Chromium Code Reviews| Index: src/codegen-ia32.h |
| =================================================================== |
| --- src/codegen-ia32.h (revision 854) |
| +++ src/codegen-ia32.h (working copy) |
| @@ -193,7 +193,7 @@ |
| // ------------------------------------------------------------------------- |
| // CodeGenerator |
| -class CodeGenerator: public Visitor { |
| +class CodeGenerator: public AstVisitor { |
| public: |
| // Takes a function literal, generates code for it. This function should only |
| // be called by compiler.cc. |