Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index e2607466a82fd51bc0d711be65563a327b02a92d..1f0f93ffead1cdfd8d3577149065af8c2fc9bc60 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -206,6 +206,11 @@ MaybeObject* Heap::CopyFixedDoubleArray(FixedDoubleArray* src) { |
} |
+MaybeObject* Heap::CopyConstantPoolArray(ConstantPoolArray* src) { |
+ return CopyConstantPoolArrayWithMap(src, src->map()); |
+} |
+ |
+ |
MaybeObject* Heap::AllocateRaw(int size_in_bytes, |
AllocationSpace space, |
AllocationSpace retry_space) { |