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_context.h | |
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_context.h')
-rw-r--r-- | fxjs/cfxjse_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/cfxjse_context.h b/fxjs/cfxjse_context.h index 0f4c97a0ae..8ab955197c 100644 --- a/fxjs/cfxjse_context.h +++ b/fxjs/cfxjse_context.h @@ -22,7 +22,6 @@ class CFXJSE_Context { public: static std::unique_ptr<CFXJSE_Context> Create( v8::Isolate* pIsolate, - CFXJS_Engine* pOptionalEngineToSet, const FXJSE_CLASS_DESCRIPTOR* pGlobalClass, CFXJSE_HostObject* pGlobalObject); |