| 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 358621cbc8dee303a22c50685d6f95319fa2e7f2..9f8ad0f9c8e642ca78183c5338e4679c560a2cd9 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);
|
|
|