| Index: src/full-codegen/x87/full-codegen-x87.cc
|
| diff --git a/src/full-codegen/x87/full-codegen-x87.cc b/src/full-codegen/x87/full-codegen-x87.cc
|
| index dcf6e937a064c3d0eea9fdd9a857c5df65a81642..d76c606339d2caa0c3dcf52ca1311863e289f468 100644
|
| --- a/src/full-codegen/x87/full-codegen-x87.cc
|
| +++ b/src/full-codegen/x87/full-codegen-x87.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);
|
|
|