Index: xfa/fxfa/fm2js/xfa_fm2jscontext.h |
diff --git a/xfa/fxfa/fm2js/xfa_fm2jscontext.h b/xfa/fxfa/fm2js/xfa_fm2jscontext.h |
index 2af67f62cf6c44e52b495af4c5f9a1de22deab2f..969c5375819b7fc308e73c916374e6b74b311cde 100644 |
--- a/xfa/fxfa/fm2js/xfa_fm2jscontext.h |
+++ b/xfa/fxfa/fm2js/xfa_fm2jscontext.h |
@@ -439,6 +439,10 @@ class CXFA_FM2JSContext : public CFXJSE_HostObject { |
void GlobalPropertyGetter(CFXJSE_Value* pValue); |
+ int32_t Translate(const CFX_WideStringC& wsFormcalc, |
Lei Zhang
2016/06/01 07:27:42
static?
dsinclair
2016/06/01 13:01:14
Done.
|
+ CFX_WideTextBuf& wsJavascript, |
+ CFX_WideString& wsError) const; |
+ |
private: |
v8::Isolate* GetScriptRuntime() const { return m_pIsolate; } |
CXFA_Document* GetDocument() const { return m_pDocument; } |