summaryrefslogtreecommitdiff
path: root/fxjs/cjs_global.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-08-28 23:36:08 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-28 23:36:08 +0000
commit5b346563297d1a2cb19a3a101a4b5d50c4aee23c (patch)
treeb0f52d1f066668ed87669be23fd0ae68e9bc0e9a /fxjs/cjs_global.h
parentb719bc4a6f219483059f66c33e4a3a7667d75ed5 (diff)
downloadpdfium-5b346563297d1a2cb19a3a101a4b5d50c4aee23c.tar.xz
Stop using deprecated V8 APIs in CJS_Global.chromium/3537chromium/3536
Also merge Initial() into the ctor. Change-Id: Ib3cb9619a65a5c33d7c739051c13dfcd7f2324d7 Reviewed-on: https://pdfium-review.googlesource.com/41356 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjs_global.h')
-rw-r--r--fxjs/cjs_global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/cjs_global.h b/fxjs/cjs_global.h
index 6ecd6c0130..454ddf9b4f 100644
--- a/fxjs/cjs_global.h
+++ b/fxjs/cjs_global.h
@@ -40,7 +40,6 @@ class CJS_Global final : public CJS_Object {
~CJS_Global() override;
CJS_Result DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
- void Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv);
CJS_Result setPersistent(CJS_Runtime* pRuntime,
const std::vector<v8::Local<v8::Value>>& params);