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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for most comments 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..fe3df56ccd53b8c2c5768429144f0a9a8def30be 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(bool take_snapshot);
Yuki 2017/05/30 14:35:56 The style guide recommends |enum| instead of |bool
peria 2017/06/20 10:20:14 Acknowledged.
static void InitializeWorker(v8::Isolate*);
static void ReportRejectedPromisesOnMainThread();

Powered by Google App Engine
This is Rietveld 408576698