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