Index: src/fast-codegen.cc |
=================================================================== |
--- src/fast-codegen.cc (revision 4210) |
+++ src/fast-codegen.cc (working copy) |
@@ -195,9 +195,9 @@ |
} |
-void FastCodeGenSyntaxChecker::VisitFunctionBoilerplateLiteral( |
- FunctionBoilerplateLiteral* expr) { |
- BAILOUT("FunctionBoilerplateLiteral"); |
+void FastCodeGenSyntaxChecker::VisitSharedFunctionInfoLiteral( |
+ SharedFunctionInfoLiteral* expr) { |
+ BAILOUT("SharedFunctionInfoLiteral"); |
} |
@@ -560,8 +560,8 @@ |
} |
-void FastCodeGenerator::VisitFunctionBoilerplateLiteral( |
- FunctionBoilerplateLiteral* expr) { |
+void FastCodeGenerator::VisitSharedFunctionInfoLiteral( |
+ SharedFunctionInfoLiteral* expr) { |
UNREACHABLE(); |
} |