| Index: xfa/fxfa/fm2js/xfa_fm2jscontext.h
|
| diff --git a/xfa/fxfa/fm2js/xfa_fm2jscontext.h b/xfa/fxfa/fm2js/xfa_fm2jscontext.h
|
| index a5270092e85ac7b8ce8d0689bdc96c277c25d87f..3d54eaf93f131aa2b9beeff863d58925811dc28a 100644
|
| --- a/xfa/fxfa/fm2js/xfa_fm2jscontext.h
|
| +++ b/xfa/fxfa/fm2js/xfa_fm2jscontext.h
|
| @@ -431,6 +431,9 @@ class CXFA_FM2JSContext : public CFXJSE_HostObject {
|
| static FX_DOUBLE ValueToDouble(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
|
| static void ValueToUTF8String(CFXJSE_Value* pValue,
|
| CFX_ByteString& outputValue);
|
| + static double ExtractDouble(CFXJSE_Value* pThis,
|
| + CFXJSE_Value* src,
|
| + bool* ret);
|
|
|
| static int32_t Translate(const CFX_WideStringC& wsFormcalc,
|
| CFX_WideTextBuf& wsJavascript,
|
|
|