| Index: src/ppc/full-codegen-ppc.cc
|
| diff --git a/src/ppc/full-codegen-ppc.cc b/src/ppc/full-codegen-ppc.cc
|
| index acf64309f7c56bee1564bd528febd64915fdc27f..3800759244568ff40b08aeb07e43584bc9c514fd 100644
|
| --- a/src/ppc/full-codegen-ppc.cc
|
| +++ b/src/ppc/full-codegen-ppc.cc
|
| @@ -908,7 +908,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());
|
|
|