Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index ebcd532a136bf691c1d855d7c923495f9d8503cd..43475d11e13464b449d1eadf8caf29fe9b6aca5f 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -1179,7 +1179,7 @@ class Assembler : public AssemblerBase { |
void RecordComment(const char* msg, bool force = false); |
// 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); |