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

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

Issue 13975005: Update V8GCController to use new V8 GC-related APIs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only ctruct retainedobjectinfos if necessary Created 7 years, 8 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/v8/V8GCController.cpp » ('j') | Source/bindings/v8/V8GCController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8GCController.h
diff --git a/Source/bindings/v8/V8GCController.h b/Source/bindings/v8/V8GCController.h
index f9709a61ae8c87049fc0396c63da501b4f889392..0153c6e5b902699a1a8e4223c840cc35bc994e09 100644
--- a/Source/bindings/v8/V8GCController.h
+++ b/Source/bindings/v8/V8GCController.h
@@ -44,7 +44,7 @@ public:
static void gcEpilogue(v8::GCType, v8::GCCallbackFlags);
static void minorGCPrologue(v8::Isolate*);
static void minorGCEpilogue();
- static void majorGCPrologue();
+ static void majorGCPrologue(bool constructRetainedObjectInfos);
static void majorGCEpilogue();
static void checkMemoryUsage();
« no previous file with comments | « no previous file | Source/bindings/v8/V8GCController.cpp » ('j') | Source/bindings/v8/V8GCController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698