diff options
Diffstat (limited to 'fxjs/cjs_runtime.h')
-rw-r--r-- | fxjs/cjs_runtime.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index 5d55b9a492..9d0d47fa81 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -53,10 +53,10 @@ class CJS_Runtime : public IJS_Runtime, v8::Local<v8::Value> MaybeCoerceToNumber(v8::Local<v8::Value> value); #ifdef PDF_ENABLE_XFA - bool GetValueByName(const ByteStringView& utf8Name, - CFXJSE_Value* pValue) override; - bool SetValueByName(const ByteStringView& utf8Name, - CFXJSE_Value* pValue) override; + bool GetValueByNameFromGlobalObject(const ByteStringView& utf8Name, + CFXJSE_Value* pValue) override; + bool SetValueByNameInGlobalObject(const ByteStringView& utf8Name, + CFXJSE_Value* pValue) override; #endif // PDF_ENABLE_XFA private: |