diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-05-31 21:03:51 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-31 21:03:51 +0000 |
commit | 430fcb2955c48d0046518faea5afde91c5c0ce60 (patch) | |
tree | 11b3527661e7e55830b5caa7e4d552d797530375 /fxjs/cfxjse_engine.h | |
parent | 1118a66bfe024e137324075ac4d9433b9425e373 (diff) | |
download | pdfium-430fcb2955c48d0046518faea5afde91c5c0ce60.tar.xz |
Make FXJSE variable context compatible with FXJS.
Allows FXJS to be entered directly from V8 when the variable context
gets a reference to an FXJS object.
Bug: pdfium:1066
Change-Id: I48e39ed9104cc6df31c19d94fa7e0f8c7760932f
Reviewed-on: https://pdfium-review.googlesource.com/33450
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_engine.h')
-rw-r--r-- | fxjs/cfxjse_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cfxjse_engine.h b/fxjs/cfxjse_engine.h index 33723ad8a9..dc05f0ddf8 100644 --- a/fxjs/cfxjse_engine.h +++ b/fxjs/cfxjse_engine.h @@ -107,6 +107,7 @@ class CFXJSE_Engine : public CFX_V8 { bool bGetter); bool RunVariablesScript(CXFA_Node* pScriptNode); + UnownedPtr<CFXJS_Engine> const m_pSubordinateEngine; UnownedPtr<CXFA_Document> const m_pDocument; std::unique_ptr<CFXJSE_Context> m_JsContext; CFXJSE_Class* m_pJsClass; |