Index: src/full-codegen/ppc/full-codegen-ppc.cc |
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc |
index a5ec576026b5bc99d0819e53096ed9b8b52c0786..8f1a2b0dac743f1ef7957fd961ad8f2c553e3811 100644 |
--- a/src/full-codegen/ppc/full-codegen-ppc.cc |
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc |
@@ -180,7 +180,7 @@ void FullCodeGenerator::Generate() { |
int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; |
if (info->scope()->is_script_scope()) { |
__ push(r4); |
- __ Push(info->scope()->GetScopeInfo(info->isolate())); |
+ __ Push(info->scope()->scope_info()); |
__ CallRuntime(Runtime::kNewScriptContext); |
PrepareForBailoutForId(BailoutId::ScriptContext(), |
BailoutState::TOS_REGISTER); |