Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index 8f7dd3bab8206275800e747567d538f2678a3305..b68f5c1ca43b76a2875cc5d967e6ce796859dd23 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -59,6 +59,11 @@ Object* Heap::AllocateSymbol(Vector<const char> str, |
} |
+Object* Heap::CopyFixedArray(FixedArray* src) { |
+ return CopyFixedArrayWithMap(src, src->map()); |
+} |
+ |
+ |
Object* Heap::AllocateRaw(int size_in_bytes, |
AllocationSpace space, |
AllocationSpace retry_space) { |