Chromium Code Reviews| Index: Source/platform/heap/Heap.h |
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
| index 5bd5addd0d4027a38ae0463c9cf356c07053c2a5..a23055acd18fd47b50494232e5cfe3e7555f074c 100644 |
| --- a/Source/platform/heap/Heap.h |
| +++ b/Source/platform/heap/Heap.h |
| @@ -950,7 +950,7 @@ public: |
| IdleGC, |
| PreciseGC, |
| ConservativeGC, |
| - ForcedGCForTesting, |
| + ForcedGC, |
| NumberOfGCReason |
| }; |
| static const char* gcReasonString(GCReason); |