Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 1877a681154fa5b047d26a70c15e5a319e9f58cf..8bd292c8520e03dd3a618365f5d2bfb593cd7b29 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(); |
} |