Chromium Code Reviews| Index: src/x64/codegen-x64.h |
| =================================================================== |
| --- src/x64/codegen-x64.h (revision 3754) |
| +++ src/x64/codegen-x64.h (working copy) |
| @@ -343,8 +343,7 @@ |
| private: |
| // Construction/Destruction |
| - CodeGenerator(int buffer_size, Handle<Script> script, bool is_eval); |
| - virtual ~CodeGenerator() { delete masm_; } |
| + CodeGenerator(MacroAssembler* masm, Handle<Script> script, bool is_eval); |
| // Accessors |
| Scope* scope() const { return scope_; } |