Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 9e63c5dc35e7497a88ae8c8c4daa4a075ba46e5d..940e1511573b0f328c932071a7d351c11cbdc341 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1858,7 +1858,7 @@ class Heap { |
return OldGenerationCapacity() + slack >= MaxOldGenerationSize(); |
} |
- bool ShouldExpandOldGenerationOnAllocationFailure(); |
+ bool ShouldExpandOldGenerationOnSlowAllocation(); |
enum class IncrementalMarkingLimit { kNoLimit, kSoftLimit, kHardLimit }; |
IncrementalMarkingLimit IncrementalMarkingLimitReached(); |