Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index a0762a330658a864d75ffb4d2fd540439a0cc7d6..5cd228fbcc42854195e93336b81c4f239fb7ff27 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) { |