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