Index: src/a64/lithium-codegen-a64.cc |
diff --git a/src/a64/lithium-codegen-a64.cc b/src/a64/lithium-codegen-a64.cc |
index 462db001a5d40be2b528b40d11ee52870c3a9b0b..a468fa17f1ab983cae2fd8a6e767b40189b549f4 100644 |
--- a/src/a64/lithium-codegen-a64.cc |
+++ b/src/a64/lithium-codegen-a64.cc |
@@ -414,7 +414,7 @@ void LCodeGen::CallCodeGeneric(Handle<Code> code, |
SafepointMode safepoint_mode) { |
ASSERT(instr != NULL); |
- Assembler::BlockConstPoolScope scope(masm_); |
+ Assembler::BlockPoolsScope scope(masm_); |
__ Call(code, mode); |
RecordSafepointWithLazyDeopt(instr, safepoint_mode); |