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

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

Issue 683003002: Move the v8::Isolate* parameter to the first parameter of various binding methods in third_party/We… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/bindings/core/v8/V8DOMConfiguration.cpp ('k') | Source/bindings/core/v8/V8GCController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8GCController.h
diff --git a/Source/bindings/core/v8/V8GCController.h b/Source/bindings/core/v8/V8GCController.h
index 56fdda5548ed39f704c3db7a4e3981deada4ad89..2ee79f038ea7a52415653272015da7d455f0dba6 100644
--- a/Source/bindings/core/v8/V8GCController.h
+++ b/Source/bindings/core/v8/V8GCController.h
@@ -44,7 +44,7 @@ public:
static void gcEpilogue(v8::GCType, v8::GCCallbackFlags);
static void minorGCPrologue(v8::Isolate*);
static void minorGCEpilogue(v8::Isolate*);
- static void majorGCPrologue(bool constructRetainedObjectInfos, v8::Isolate*);
+ static void majorGCPrologue(v8::Isolate*, bool constructRetainedObjectInfos);
static void majorGCEpilogue(v8::Isolate*);
static void collectGarbage(v8::Isolate*);
« no previous file with comments | « Source/bindings/core/v8/V8DOMConfiguration.cpp ('k') | Source/bindings/core/v8/V8GCController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698