| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 1fd2cb90ca0801e4124404f90f5c20a9eb374d93..aec72ff2d71581f797e34945e9213226d0f11032 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -870,7 +870,7 @@ void FullCodeGenerator::VisitFunctionDeclaration(
|
| case Variable::UNALLOCATED: {
|
| globals_->Add(variable->name(), zone());
|
| Handle<SharedFunctionInfo> function =
|
| - Compiler::BuildFunctionInfo(declaration->fun(), script(), info_);
|
| + Compiler::GetSharedFunctionInfo(declaration->fun(), script(), info_);
|
| // Check for stack-overflow exception.
|
| if (function.is_null()) return SetStackOverflow();
|
| globals_->Add(function, zone());
|
|
|