Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index f592796ec59d499f1d76434da72aec795277b8d5..b7ff832196647954a69c305ca8a7c907ea6bf9f6 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -2658,8 +2658,7 @@ class NewSpace : public Space { |
HistogramInfo* allocated_histogram_; |
HistogramInfo* promoted_histogram_; |
- MUST_USE_RESULT AllocationResult |
- SlowAllocateRaw(int size_in_bytes, AllocationAlignment alignment); |
+ bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment); |
friend class SemiSpaceIterator; |
}; |