Chromium Code Reviews| Index: src/compiler/ast-graph-builder.cc |
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
| index d33b05ac18fcd74b2ffe485b6bdc120659e18e95..9f7989d981f996c7294ec0b5dd89ff19e3bd6422 100644 |
| --- a/src/compiler/ast-graph-builder.cc |
| +++ b/src/compiler/ast-graph-builder.cc |
| @@ -813,7 +813,6 @@ void AstGraphBuilder::VisitFunctionLiteral(FunctionLiteral* expr) { |
| void AstGraphBuilder::VisitClassLiteral(ClassLiteral* expr) { |
| - // TODO(arv): Implement. |
| UNREACHABLE(); |
| } |