Index: src/global-handles.h |
diff --git a/src/global-handles.h b/src/global-handles.h |
index 2f5afc9345d729559fbbb16b7232f6b9b1911950..f469f3bbbcd0e82faec04a1b57e8ff9c02cef55b 100644 |
--- a/src/global-handles.h |
+++ b/src/global-handles.h |
@@ -15,7 +15,6 @@ |
namespace v8 { |
namespace internal { |
-class GCTracer; |
class HeapStats; |
class ObjectVisitor; |
@@ -156,8 +155,7 @@ class GlobalHandles { |
// Process pending weak handles. |
// Returns the number of freed nodes. |
- int PostGarbageCollectionProcessing(GarbageCollector collector, |
- GCTracer* tracer); |
+ int PostGarbageCollectionProcessing(GarbageCollector collector); |
// Iterates over all strong handles. |
void IterateStrongRoots(ObjectVisitor* v); |