Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 8355513f0624dee7ec6c86364ee2b6bcdc8403e4..a86e1560c6994c201094ecae149cd4ec1fca5c08 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -20,7 +20,7 @@ namespace compiler { |
struct CallBuffer; // TODO(bmeurer): Remove this. |
class FlagsContinuation; |
-class InstructionSelector V8_FINAL { |
+class InstructionSelector FINAL { |
public: |
// Forward declarations. |
class Features; |
@@ -62,7 +62,7 @@ class InstructionSelector V8_FINAL { |
// ============== Architecture-independent CPU feature methods. ============== |
// =========================================================================== |
- class Features V8_FINAL { |
+ class Features FINAL { |
public: |
Features() : bits_(0) {} |
explicit Features(unsigned bits) : bits_(bits) {} |