Index: src/crankshaft/arm/lithium-codegen-arm.cc |
diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc |
index b318169f4950342fe404d4d9b26fa18225e2a966..1e45bfdbdd9082f34c32d796b6199a80639a8439 100644 |
--- a/src/crankshaft/arm/lithium-codegen-arm.cc |
+++ b/src/crankshaft/arm/lithium-codegen-arm.cc |
@@ -160,7 +160,7 @@ void LCodeGen::DoPrologue(LPrologue* instr) { |
Safepoint::DeoptMode deopt_mode = Safepoint::kNoLazyDeopt; |
if (info()->scope()->is_script_scope()) { |
__ push(r1); |
- __ Push(info()->scope()->GetScopeInfo(info()->isolate())); |
+ __ Push(info()->scope()->scope_info()); |
__ CallRuntime(Runtime::kNewScriptContext); |
deopt_mode = Safepoint::kLazyDeopt; |
} else { |