| Index: src/full-codegen.cc
|
| diff --git a/src/full-codegen.cc b/src/full-codegen.cc
|
| index f1b3904dad74221ce9929ba62f875c535f591b48..76f27aee49d9597d731d27ba4cbf7cf9b8eca37d 100644
|
| --- a/src/full-codegen.cc
|
| +++ b/src/full-codegen.cc
|
| @@ -1388,7 +1388,7 @@ void FullCodeGenerator::VisitFunctionLiteral(FunctionLiteral* expr) {
|
|
|
| // Build the function boilerplate and instantiate it.
|
| Handle<SharedFunctionInfo> function_info =
|
| - Compiler::BuildFunctionInfo(expr, script(), info_);
|
| + Compiler::GetSharedFunctionInfo(expr, script(), info_);
|
| if (function_info.is_null()) {
|
| SetStackOverflow();
|
| return;
|
|
|