Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 91ae5b2a461ef1f29146c7f94b44237ac7ad4cd1..1fbcb16880c13e4ae2d75004a0972a4f09818ab0 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -812,6 +812,12 @@ void AstGraphBuilder::VisitFunctionLiteral(FunctionLiteral* expr) { |
} |
+void AstGraphBuilder::VisitClassLiteral(ClassLiteral* expr) { |
+ // TODO(arv): Implement. |
+ UNREACHABLE(); |
+} |
+ |
+ |
void AstGraphBuilder::VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) { |
UNREACHABLE(); |
} |