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/fm2js/xfa_fm2jscontext.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/fm2js/xfa_fm2jscontext.h')
-rw-r--r-- | xfa/fxfa/fm2js/xfa_fm2jscontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/fm2js/xfa_fm2jscontext.h b/xfa/fxfa/fm2js/xfa_fm2jscontext.h index 74fe106e3f..2994aad1b6 100644 --- a/xfa/fxfa/fm2js/xfa_fm2jscontext.h +++ b/xfa/fxfa/fm2js/xfa_fm2jscontext.h @@ -447,7 +447,6 @@ class CXFA_FM2JSContext { private: v8::Isolate* m_pIsolate; - const FXJSE_CLASS_DESCRIPTOR* m_pClassDescriptor; CFXJSE_Class* m_pFMClass; CFXJSE_Value* m_pValue; CXFA_Document* m_pDocument; |