Index: src/full-codegen.cc |
diff --git a/src/full-codegen.cc b/src/full-codegen.cc |
index 3bd924fdfcf1ed58b21d5201ae349cb61583f335..d6b4d6b4eb15e4872a1290e30941808040380591 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; |