Index: src/crankshaft/typing.h |
diff --git a/src/crankshaft/typing.h b/src/crankshaft/typing.h |
index ddc562bcda9c8ce0eb52df57e2b1e22ee7bad0b5..d088b847092d1c8bc733b0ae4a31b331825ba00b 100644 |
--- a/src/crankshaft/typing.h |
+++ b/src/crankshaft/typing.h |
@@ -72,7 +72,7 @@ class AstTyper: public AstVisitor { |
void VisitDeclarations(ZoneList<Declaration*>* declarations) override; |
void VisitStatements(ZoneList<Statement*>* statements) override; |
-#define DECLARE_VISIT(type) virtual void Visit##type(type* node) override; |
+#define DECLARE_VISIT(type) void Visit##type(type* node) override; |
AST_NODE_LIST(DECLARE_VISIT) |
#undef DECLARE_VISIT |