diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-02-01 22:06:21 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-01 22:06:21 +0000 |
commit | 59790cef1a09565e8b6799141cf45455ef2dc752 (patch) | |
tree | 6d4aa8bcb68ac79360c386c37b7d368854d5e313 /fxjs/cfxjse_formcalc_context.cpp | |
parent | 270283669b1f53edfce8b96a579e973c5de5f205 (diff) | |
download | pdfium-59790cef1a09565e8b6799141cf45455ef2dc752.tar.xz |
Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337
Bug: 773229
Change-Id: Ic3774c7f6abe3a195bbe09b91d91c549d4d7ac46
Reviewed-on: https://pdfium-review.googlesource.com/25110
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_formcalc_context.cpp')
-rw-r--r-- | fxjs/cfxjse_formcalc_context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cfxjse_formcalc_context.cpp b/fxjs/cfxjse_formcalc_context.cpp index c46b9a68dc..3306cd9042 100644 --- a/fxjs/cfxjse_formcalc_context.cpp +++ b/fxjs/cfxjse_formcalc_context.cpp @@ -2834,7 +2834,7 @@ void CFXJSE_FormCalcContext::Eval(CFXJSE_Value* pThis, } std::unique_ptr<CFXJSE_Context> pNewContext( - CFXJSE_Context::Create(pIsolate, nullptr, nullptr)); + CFXJSE_Context::Create(pIsolate, nullptr, nullptr, nullptr)); auto returnValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); pNewContext->ExecuteScript( |