| Index: xfa/fxjse/context.h
|
| diff --git a/xfa/fxjse/context.h b/xfa/fxjse/context.h
|
| index 673761951111f738c10dcb6935a4d9f4a2cede76..4219713ece2d2bc8b6b20f787d9f3521f83ded41 100644
|
| --- a/xfa/fxjse/context.h
|
| +++ b/xfa/fxjse/context.h
|
| @@ -28,6 +28,7 @@ class CFXJSE_Context {
|
|
|
| V8_INLINE v8::Isolate* GetRuntime(void) { return m_pIsolate; }
|
| void GetGlobalObject(CFXJSE_Value* pValue);
|
| + void EnableCompatibleMode();
|
| FX_BOOL ExecuteScript(const FX_CHAR* szScript,
|
| CFXJSE_Value* lpRetValue,
|
| CFXJSE_Value* lpNewThisObject = nullptr);
|
|
|