| Index: src/rewriter.cc
|
| ===================================================================
|
| --- src/rewriter.cc (revision 4210)
|
| +++ src/rewriter.cc (working copy)
|
| @@ -213,8 +213,8 @@
|
| }
|
|
|
|
|
| -void AstOptimizer::VisitFunctionBoilerplateLiteral(
|
| - FunctionBoilerplateLiteral* node) {
|
| +void AstOptimizer::VisitSharedFunctionInfoLiteral(
|
| + SharedFunctionInfoLiteral* node) {
|
| USE(node);
|
| }
|
|
|
| @@ -804,8 +804,8 @@
|
| }
|
|
|
|
|
| -void Processor::VisitFunctionBoilerplateLiteral(
|
| - FunctionBoilerplateLiteral* node) {
|
| +void Processor::VisitSharedFunctionInfoLiteral(
|
| + SharedFunctionInfoLiteral* node) {
|
| USE(node);
|
| UNREACHABLE();
|
| }
|
|
|