Index: third_party/WebKit/Source/platform/heap/BlinkGC.h |
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGC.h b/third_party/WebKit/Source/platform/heap/BlinkGC.h |
index ca91efe3e5d529561e87845a454e3c1a2241a28e..54a7e01778c26107bf1d4cf5f935386f7a4a201d 100644 |
--- a/third_party/WebKit/Source/platform/heap/BlinkGC.h |
+++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h |
@@ -50,9 +50,9 @@ public: |
enum GCType { |
// Both of the marking task and the sweeping task run in |
- // Heap::collectGarbage(). |
+ // ThreadHeap::collectGarbage(). |
GCWithSweep, |
- // Only the marking task runs in Heap::collectGarbage(). |
+ // Only the marking task runs in ThreadHeap::collectGarbage(). |
// The sweeping task is split into chunks and scheduled lazily. |
GCWithoutSweep, |
// Only the marking task runs just to take a heap snapshot. |