Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 705bd5f0598759e1c2f77b448d5bea6c16cff453..169d093572716f2a75146aad2166a178bbfb672e 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1649,7 +1649,6 @@ class Heap { |
// points to the site. |
MUST_USE_RESULT AllocationResult |
AllocateJSObjectFromMap(Map* map, PretenureFlag pretenure = NOT_TENURED, |
- bool alloc_props = true, |
AllocationSite* allocation_site = NULL); |
// Allocates a HeapNumber from value. |