diff options
author | tsepez <tsepez@chromium.org> | 2016-05-26 13:57:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-26 13:57:58 -0700 |
commit | 5c4dd35a1ea2ba25839c8dabb4388a5dfc811165 (patch) | |
tree | e5caf9f0b3f6c2a57f31edbc55fc2cb88673e524 /xfa/fxfa/parser/xfa_script_imp.h | |
parent | 1c9cfe10e81eebf6fcdd676e656eb8ab35bee961 (diff) | |
download | pdfium-5c4dd35a1ea2ba25839c8dabb4388a5dfc811165.tar.xz |
Make additional FXJSE_CLASS_DESCRIPTORS constant
Also, no need to track these in the contexts since they are global.
Review-Url: https://codereview.chromium.org/2014363002
Diffstat (limited to 'xfa/fxfa/parser/xfa_script_imp.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_script_imp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/parser/xfa_script_imp.h b/xfa/fxfa/parser/xfa_script_imp.h index e69f8c1e70..934df809ca 100644 --- a/xfa/fxfa/parser/xfa_script_imp.h +++ b/xfa/fxfa/parser/xfa_script_imp.h @@ -105,10 +105,7 @@ class CXFA_ScriptContext { v8::Isolate* m_pIsolate; CFXJSE_Class* m_pJsClass; XFA_SCRIPTLANGTYPE m_eScriptType; - FXJSE_CLASS_DESCRIPTOR m_JsGlobalClass; - FXJSE_CLASS_DESCRIPTOR m_JsNormalClass; CFX_MapPtrTemplate<CXFA_Object*, CFXJSE_Value*> m_mapXFAToValue; - FXJSE_CLASS_DESCRIPTOR m_JsGlobalVariablesClass; CFX_MapPtrTemplate<CXFA_Object*, CFXJSE_Context*> m_mapVariableToContext; CXFA_EventParam m_eventParam; CXFA_NodeArray m_upObjectArray; |