diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-07 00:44:25 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-07 00:44:25 +0000 |
commit | d5c4ab1ef458d158e268b5293c231928c59aacb9 (patch) | |
tree | cdd99cc7513e8b59282c33dffe3d94e2ae2533e6 /fxjs/cfxjse_formcalc_context.cpp | |
parent | 10569fcd4a3a9fb0140aa641372bcd462c6aa2f3 (diff) | |
download | pdfium-d5c4ab1ef458d158e268b5293c231928c59aacb9.tar.xz |
Remove v8::Context slot usage entierly from fxjs
Its no longer required.
Change-Id: I180ca99817352a91b6d9d7c9b45985cd96dc730e
Reviewed-on: https://pdfium-review.googlesource.com/34290
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@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 6a938a5da7..181d9a1dce 100644 --- a/fxjs/cfxjse_formcalc_context.cpp +++ b/fxjs/cfxjse_formcalc_context.cpp @@ -2839,7 +2839,7 @@ void CFXJSE_FormCalcContext::Eval(CFXJSE_Value* pThis, } std::unique_ptr<CFXJSE_Context> pNewContext( - CFXJSE_Context::Create(pIsolate, nullptr, nullptr, nullptr)); + CFXJSE_Context::Create(pIsolate, nullptr, nullptr)); auto returnValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); pNewContext->ExecuteScript( |