diff options
Diffstat (limited to 'fpdfsdk/javascript/event.cpp')
-rw-r--r-- | fpdfsdk/javascript/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/event.cpp b/fpdfsdk/javascript/event.cpp index 253a802c8f..880247f249 100644 --- a/fpdfsdk/javascript/event.cpp +++ b/fpdfsdk/javascript/event.cpp @@ -55,7 +55,7 @@ FX_BOOL event::change(IJS_Context* cc, CJS_EventHandler* pEvent = pContext->GetEventHandler(); CFX_WideString& wChange = pEvent->Change(); if (vp.IsSetting()) { - if (vp.GetType() == CJS_Value::VT_string) + if (vp.GetJSValue()->GetType() == CJS_Value::VT_string) vp >> wChange; } else { vp << wChange; |