diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-06 20:51:04 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-06 20:51:04 +0000 |
commit | 6ffd840c1f4d7d74a6c4c07c5791c4f3db8d50b9 (patch) | |
tree | 1020d5547830ef16b52648818232c69c65850cdf /fxjs/cjs_runtime.h | |
parent | 222d3fdf687554b298650080e2e8f47d83411651 (diff) | |
download | pdfium-6ffd840c1f4d7d74a6c4c07c5791c4f3db8d50b9.tar.xz |
Remove still more v8::Context slot usage.chromium/3452
Removes CJS_Runtime::RuntimeFromIsolateCurrentContext()
Change-Id: I51abcf32aaafac522e1595edf663507c26781357
Reviewed-on: https://pdfium-review.googlesource.com/34230
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cjs_runtime.h')
-rw-r--r-- | fxjs/cjs_runtime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index 0c32562304..73b722db43 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -27,8 +27,6 @@ class CJS_Runtime : public IJS_Runtime, public: using FieldEvent = std::pair<WideString, JS_EVENT_T>; - static CJS_Runtime* RuntimeFromIsolateCurrentContext(v8::Isolate* pIsolate); - explicit CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv); ~CJS_Runtime() override; |