Index: xfa/fxjse/value.h |
diff --git a/xfa/fxjse/value.h b/xfa/fxjse/value.h |
index 58466f0cb09b81911adf89cbc4114b1b88a0cebe..38545c3bead7b34fb733cd7fd106b62e8bdb0a45 100644 |
--- a/xfa/fxjse/value.h |
+++ b/xfa/fxjse/value.h |
@@ -201,7 +201,7 @@ class CFXJSE_Value { |
FX_BOOL Call(CFXJSE_Value* lpReceiver, |
CFXJSE_Value* lpRetValue, |
uint32_t nArgCount, |
- FXJSE_HVALUE* lpArgs); |
+ CFXJSE_Value** lpArgs); |
V8_INLINE v8::Isolate* GetIsolate() const { return m_pIsolate; } |
V8_INLINE const v8::Global<v8::Value>& DirectGetValue() const { |