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