Chromium Code Reviews

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: rebased Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/bindings/v8/V8GCController.cpp » ('j') | no next file with comments »
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 a0e05d1a1a2813ffc94d90c5e0636eeefc8e649c..f29bbf0934d1c3183c79ab1d680313a0693bbe20 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') | no next file with comments »

Powered by Google App Engine