Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index a7450f0792c8815f7d25dea82ba18a08d6ad3c71..5d91436470ff4519dd563c0f286d644fe997cc75 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -499,7 +499,7 @@ class CpuFeatures { |
}; |
-class Assembler : public Malloced { |
+class Assembler : public AssemblerBase { |
private: |
// We check before assembling an instruction that there is sufficient |
// space to write an instruction and its relocation information. |