| Index: xfa/fxfa/app/xfa_ffdochandler.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffdochandler.cpp b/xfa/fxfa/app/xfa_ffdochandler.cpp
|
| index 4a78f4fab1acf16aa9c1df43555ba07f63f10ae6..389e5ac6da661e021a7d342281e77f5446113844 100644
|
| --- a/xfa/fxfa/app/xfa_ffdochandler.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffdochandler.cpp
|
| @@ -56,5 +56,6 @@
|
|
|
| return pScriptContext->RunScript(
|
| (XFA_SCRIPTLANGTYPE)eScriptType, wsScript, hRetValue,
|
| - hThisObject ? (CXFA_Object*)FXJSE_Value_ToObject(hThisObject) : nullptr);
|
| + hThisObject ? (CXFA_Object*)FXJSE_Value_ToObject(hThisObject, nullptr)
|
| + : nullptr);
|
| }
|
|
|