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