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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8Initializer.h

Issue 2989793003: Revert of [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Created 3 years, 5 months 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
Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
index 6e27c2435d89004d4516835a1db9dbd1a7ec3668..991afda4dffbf2f433a30ce38b3a4362b2298a73 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.h
@@ -36,7 +36,7 @@
STATIC_ONLY(V8Initializer);
public:
- static void InitializeMainThread(intptr_t* reference_table);
+ static void InitializeMainThread();
static void InitializeWorker(v8::Isolate*);
static void ReportRejectedPromisesOnMainThread();

Powered by Google App Engine
This is Rietveld 408576698