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