Chromium Code Reviews| Index: src/mips/codegen-mips.h |
| diff --git a/src/mips/codegen-mips.h b/src/mips/codegen-mips.h |
| index 27c8a8bd1ff58457127549b2d0eb1ccf8a726c15..05ce661175888292ad1f3ccb9a11c763055a7276 100644 |
| --- a/src/mips/codegen-mips.h |
| +++ b/src/mips/codegen-mips.h |
| @@ -73,6 +73,8 @@ class CodeGenerator: public AstVisitor { |
| int pos, |
| bool right_here = false); |
| + DEFINE_AST_VISITOR_SUBCLASS_METHODS(); |
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(CodeGenerator); |
| }; |