diff options
author | dan sinclair <dsinclair@chromium.org> | 2017-12-04 15:42:15 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-04 15:42:15 +0000 |
commit | 53190d99102c9b3a5e0a8751e2f4f957d7736ccf (patch) | |
tree | a2709328fa393286a6c98504d5e00b949b62ad48 /fxjs/fxjse.h | |
parent | f8f19dc2c1b66fbcc2be837c324cab3df0ff3671 (diff) | |
download | pdfium-53190d99102c9b3a5e0a8751e2f4f957d7736ccf.tar.xz |
Remove XFA isolate tracker
We don't add anything to the tracker lists so we can remove the tracker.
The only thing the Initialize and Finialize methods are doing now is to
trigger a v8::V8::Dispose which should happen automatically at exit
anyway.
Change-Id: I1f783ae5a1df3df63fb067ab30310791b6c44929
Reviewed-on: https://pdfium-review.googlesource.com/20192
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/fxjse.h')
-rw-r--r-- | fxjs/fxjse.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fxjs/fxjse.h b/fxjs/fxjse.h index 9a38d20ddf..df1dff6243 100644 --- a/fxjs/fxjse.h +++ b/fxjs/fxjse.h @@ -61,9 +61,6 @@ struct FXJSE_CLASS_DESCRIPTOR { FXJSE_FuncCallback dynMethodCall; }; -void FXJSE_Initialize(); -void FXJSE_Finalize(); - void FXJSE_ThrowMessage(const ByteStringView& utf8Message); #endif // FXJS_FXJSE_H_ |