summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/xfa_fm2jscontext.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-05-26 13:30:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-26 13:30:56 -0700
commit1c9cfe10e81eebf6fcdd676e656eb8ab35bee961 (patch)
tree90a8b8e9dfc7356940861ebae2c9fae12751991e /xfa/fxfa/fm2js/xfa_fm2jscontext.h
parente3b2a4eca66e357df663a6f7464ef9af5e85883f (diff)
downloadpdfium-1c9cfe10e81eebf6fcdd676e656eb8ab35bee961.tar.xz
Make fm2jscontext's class descriptor a static constant.
Review-Url: https://codereview.chromium.org/2010183002
Diffstat (limited to 'xfa/fxfa/fm2js/xfa_fm2jscontext.h')
-rw-r--r--xfa/fxfa/fm2js/xfa_fm2jscontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/fm2js/xfa_fm2jscontext.h b/xfa/fxfa/fm2js/xfa_fm2jscontext.h
index fa0c2c31e3..74fe106e3f 100644
--- a/xfa/fxfa/fm2js/xfa_fm2jscontext.h
+++ b/xfa/fxfa/fm2js/xfa_fm2jscontext.h
@@ -447,7 +447,7 @@ class CXFA_FM2JSContext {
private:
v8::Isolate* m_pIsolate;
- FXJSE_CLASS_DESCRIPTOR m_ClassDescriptor;
+ const FXJSE_CLASS_DESCRIPTOR* m_pClassDescriptor;
CFXJSE_Class* m_pFMClass;
CFXJSE_Value* m_pValue;
CXFA_Document* m_pDocument;