Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index ebb32208010177a511b6432bd23c96489e7e884e..e6882fd1698732545f4858a4b47428eecee9589e 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -2844,7 +2844,7 @@ class EmptyParentheses final : public Expression { |
// class SpecificVisitor : public AstVisitor<SpecificVisitor> { ... } |
template <class Subclass> |
-class AstVisitor BASE_EMBEDDED { |
+class AstVisitor { |
public: |
void Visit(AstNode* node) { impl()->Visit(node); } |