Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index 3c8a5c54ea34c31c86d0dc5120a312cb628f86c3..92f95f4a13cf412afc8f73f2dadf73535cc58a7c 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -265,7 +265,7 @@ class UnallocatedOperand : public InstructionOperand { |
}; |
-class MoveOperands V8_FINAL BASE_EMBEDDED { |
+class MoveOperands V8_FINAL { |
public: |
MoveOperands(InstructionOperand* source, InstructionOperand* destination) |
: source_(source), destination_(destination) {} |