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