| Index: src/full-codegen/ia32/full-codegen-ia32.cc
|
| diff --git a/src/full-codegen/ia32/full-codegen-ia32.cc b/src/full-codegen/ia32/full-codegen-ia32.cc
|
| index 8c930a793bbd61823c2002a2778f356f87d8b9a1..1b8bf0290de748f1020e6877a62ba61aec94f7b7 100644
|
| --- a/src/full-codegen/ia32/full-codegen-ia32.cc
|
| +++ b/src/full-codegen/ia32/full-codegen-ia32.cc
|
| @@ -166,7 +166,7 @@ void FullCodeGenerator::Generate() {
|
| // Argument to NewContext is the function, which is still in edi.
|
| if (info->scope()->is_script_scope()) {
|
| __ push(edi);
|
| - __ Push(info->scope()->GetScopeInfo(info->isolate()));
|
| + __ Push(info->scope()->scope_info());
|
| __ CallRuntime(Runtime::kNewScriptContext);
|
| PrepareForBailoutForId(BailoutId::ScriptContext(),
|
| BailoutState::TOS_REGISTER);
|
|
|