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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Fix some behaviors Created 3 years, 7 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 991afda4dffbf2f433a30ce38b3a4362b2298a73..d8756ec192f8fc034ca8d9704c1e110c2d56936c 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 @@ class CORE_EXPORT V8Initializer {
STATIC_ONLY(V8Initializer);
public:
- static void InitializeMainThread();
+ static void InitializeMainThread(intptr_t*);
Yuki 2017/05/12 15:20:10 nit: Write the argument name. It's not trivial.
peria 2017/05/30 08:25:42 Done.
static void InitializeWorker(v8::Isolate*);
static void ReportRejectedPromisesOnMainThread();

Powered by Google App Engine
This is Rietveld 408576698