Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index 3c1d4d274ba883a854d794f9eeef7763a4bb1dd9..6d83b1e857426f9e03b780cd2d772a9a042b0524 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -208,6 +208,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) { |