Chromium Code Reviews| Index: src/prettyprinter.h |
| diff --git a/src/prettyprinter.h b/src/prettyprinter.h |
| index 9ac72576409f961bbc173b5acdd8bc13674bb34f..41175ab2ae2282c8d8f5996d2769316adf8860ae 100644 |
| --- a/src/prettyprinter.h |
| +++ b/src/prettyprinter.h |
| @@ -74,6 +74,8 @@ class PrettyPrinter: public AstVisitor { |
| void PrintDeclarations(ZoneList<Declaration*>* declarations); |
| void PrintFunctionLiteral(FunctionLiteral* function); |
| void PrintCaseClause(CaseClause* clause); |
| + |
| + DEFINE_AST_VISITOR_SUBCLASS_MEMBERS(); |
| }; |