Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 1029250f6981fd3101e9a0a8fb3c99cccb5b2397..410b6499b633bdeb0ac7dff393564fba974513df 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1967,7 +1967,7 @@ class Heap { |
// performed by the runtime and should not be bypassed (to extend this to |
// inlined allocations, use the Heap::DisableInlineAllocation() support). |
MUST_USE_RESULT inline AllocationResult AllocateRaw( |
- int size_in_bytes, AllocationSpace space, AllocationSpace retry_space, |
+ int size_in_bytes, AllocationSpace space, |
AllocationAlignment aligment = kWordAligned); |
// Allocates a heap object based on the map. |