| Index: xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| index fb833499611ff946c894653299b87696d1dc20b4..6e06a0fd8f450a098d74fa8a58782a694453d025 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| @@ -35,7 +35,7 @@ void Script_EventPseudoModel_StringProperty(FXJSE_HVALUE hValue, CFX_WideString&
|
| FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
|
| }
|
| }
|
| -void Script_EventPseudoModel_InterProperty(FXJSE_HVALUE hValue, FX_INT32& iValue, FX_BOOL bSetting)
|
| +void Script_EventPseudoModel_InterProperty(FXJSE_HVALUE hValue, int32_t& iValue, FX_BOOL bSetting)
|
| {
|
| if (bSetting) {
|
| iValue = FXJSE_Value_ToInteger(hValue);
|
|
|