From 53190d99102c9b3a5e0a8751e2f4f957d7736ccf Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 4 Dec 2017 15:42:15 +0000 Subject: 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 Commit-Queue: dsinclair --- fxjs/fxjse.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fxjs/fxjse.h') 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_ -- cgit v1.2.3