Index: src/mips/assembler-mips.h |
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
index ea956e1355244d94d30544b9620ecd9462a68227..c31fdd0b8d15265a8be351b5fa1c34b1afbdcd54 100644 |
--- a/src/mips/assembler-mips.h |
+++ b/src/mips/assembler-mips.h |
@@ -1006,8 +1006,7 @@ class Assembler : public AssemblerBase { |
void CheckTrampolinePool(); |
- // Allocate a constant pool of the correct size for the generated code. |
Michael Starzinger
2014/04/16 11:10:04
nit: Can we get the comment back?
Yang
2014/04/16 11:29:55
Done.
|
- MaybeObject* AllocateConstantPool(Heap* heap); |
+ Handle<ConstantPoolArray> NewConstantPool(Isolate* isolate); |
// Generate the constant pool for the generated code. |
void PopulateConstantPool(ConstantPoolArray* constant_pool); |