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

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

Issue 559363002: Switch blink to use a gin-managed isolate. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8Initializer.h
diff --git a/Source/bindings/core/v8/V8Initializer.h b/Source/bindings/core/v8/V8Initializer.h
index 3264f36a24fb8fdea55259befb2200e2fd273240..22df834e3ce3ce7554331575bb01c8899014276e 100644
--- a/Source/bindings/core/v8/V8Initializer.h
+++ b/Source/bindings/core/v8/V8Initializer.h
@@ -32,7 +32,7 @@ namespace blink {
class V8Initializer {
public:
- static void initializeMainThreadIfNeeded(v8::Isolate*);
+ static void initializeMainThreadIfNeeded();
static void initializeWorker(v8::Isolate*);
};
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698