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

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

Issue 1288683005: Bindings: Distinguish four types of V8 GC callbacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/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 fdf3a3f6603e02f76f1cce2bc74edb49d612e435..697015b07c713c7c900fcb4dd027423c23732d7d 100644
--- a/Source/bindings/core/v8/V8GCController.h
+++ b/Source/bindings/core/v8/V8GCController.h
@@ -45,10 +45,6 @@ class CORE_EXPORT V8GCController {
public:
static void gcPrologue(v8::GCType, v8::GCCallbackFlags);
static void gcEpilogue(v8::GCType, v8::GCCallbackFlags);
- static void minorGCPrologue(v8::Isolate*);
- static void minorGCEpilogue(v8::Isolate*);
- static void majorGCPrologue(v8::Isolate*, bool constructRetainedObjectInfos);
- static void majorGCEpilogue(v8::Isolate*);
static void collectGarbage(v8::Isolate*);
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8GCController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698