Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: fxjs/fxjs_v8.h

Issue 2421603002: Reland: Make the CPDFXFA_App non-global (Closed)
Patch Set: Review feedback Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/javascript/cjs_runtime.cpp ('k') | fxjs/fxjs_v8.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fxjs/fxjs_v8.h
diff --git a/fxjs/fxjs_v8.h b/fxjs/fxjs_v8.h
index 5f658989a57ab350e3d17fd217df3dcef85c2338..ba729626f245a542395cffc9bab624c34c71a244 100644
--- a/fxjs/fxjs_v8.h
+++ b/fxjs/fxjs_v8.h
@@ -139,13 +139,6 @@ class CFXJS_Engine {
static CFXJS_Engine* CurrentEngineFromIsolate(v8::Isolate* pIsolate);
static int GetObjDefnID(v8::Local<v8::Object> pObj);
-#ifdef PDF_ENABLE_XFA
- // Called as part of FXJS_InitializeEngine, exposed so PDF can make its
- // own contexts compatible with XFA or vice versa.
- static void SetForV8Context(v8::Local<v8::Context> v8Context,
- CFXJS_Engine* pEngine);
-#endif // PDF_ENABLE_XFA
-
v8::Isolate* GetIsolate() const { return m_isolate; }
// Always returns a valid, newly-created objDefnID.
« no previous file with comments | « fpdfsdk/javascript/cjs_runtime.cpp ('k') | fxjs/fxjs_v8.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698