| Index: src/x64/full-codegen-x64.cc
|
| diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc
|
| index 7560117c7307465442b101a125598b10255221dc..d2627e15db6cdcf26fd5e42db2ae308dcd1fcfb4 100644
|
| --- a/src/x64/full-codegen-x64.cc
|
| +++ b/src/x64/full-codegen-x64.cc
|
| @@ -892,7 +892,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());
|
|
|