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