Index: src/arm64/assembler-arm64.h |
diff --git a/src/arm64/assembler-arm64.h b/src/arm64/assembler-arm64.h |
index 794f87c01e13f98f2114e77aaa4affacb5ddc03e..5078411e9bfb56acdd09cf235679fa3c7447a357 100644 |
--- a/src/arm64/assembler-arm64.h |
+++ b/src/arm64/assembler-arm64.h |
@@ -1815,7 +1815,7 @@ class Assembler : public AssemblerBase { |
void CheckConstPool(bool force_emit, bool require_jump); |
// Allocate a constant pool of the correct size for the generated code. |
- MaybeObject* AllocateConstantPool(Heap* heap); |
+ Handle<ConstantPoolArray> NewConstantPool(Isolate* isolate); |
// Generate the constant pool for the generated code. |
void PopulateConstantPool(ConstantPoolArray* constant_pool); |