| Index: xfa/fxjse/include/fxjse.h
|
| diff --git a/xfa/fxjse/include/fxjse.h b/xfa/fxjse/include/fxjse.h
|
| index 4a85251c0392eededdadba4f56d65f4284a35abf..88ff7d1678a3afebcedf704b24566dc08594d798 100644
|
| --- a/xfa/fxjse/include/fxjse.h
|
| +++ b/xfa/fxjse/include/fxjse.h
|
| @@ -100,8 +100,6 @@ double FXJSE_Value_ToDouble(CFXJSE_Value* pValue);
|
| int32_t FXJSE_Value_ToInteger(CFXJSE_Value* pValue);
|
| void FXJSE_Value_ToUTF8String(CFXJSE_Value* pValue,
|
| CFX_ByteString& szStrOutput);
|
| -CFXJSE_HostObject* FXJSE_Value_ToObject(CFXJSE_Value* pValue,
|
| - CFXJSE_Class* pClass);
|
|
|
| void FXJSE_Value_SetUndefined(CFXJSE_Value* pValue);
|
| void FXJSE_Value_SetNull(CFXJSE_Value* pValue);
|
|
|