| Index: xfa/fxfa/app/xfa_ffnotify.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffnotify.cpp b/xfa/fxfa/app/xfa_ffnotify.cpp
|
| index e8fb4dd1dc75d3bdb732c27d4c97dfccdecaccd5..29da4860b373cf67252a0380f550329691287bc9 100644
|
| --- a/xfa/fxfa/app/xfa_ffnotify.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffnotify.cpp
|
| @@ -201,7 +201,7 @@ FX_BOOL CXFA_FFNotify::RunScript(CXFA_Node* pScript, CXFA_Node* pFormItem) {
|
| }
|
| CXFA_EventParam EventParam;
|
| EventParam.m_eType = XFA_EVENT_Unknown;
|
| - FXJSE_HVALUE pRetValue = NULL;
|
| + CFXJSE_Value* pRetValue = nullptr;
|
| int32_t iRet =
|
| pWidgetAcc->ExecuteScript(CXFA_Script(pScript), &EventParam, &pRetValue);
|
| if (iRet == XFA_EVENTERROR_Success && pRetValue) {
|
|
|