Index: src/compiler/register-allocator-verifier.h |
diff --git a/src/compiler/register-allocator-verifier.h b/src/compiler/register-allocator-verifier.h |
index 074e2998ceb4a6d0b14ebfd06313610925e12349..15db782a684640f4e52d2683f222542bed091138 100644 |
--- a/src/compiler/register-allocator-verifier.h |
+++ b/src/compiler/register-allocator-verifier.h |
@@ -14,7 +14,7 @@ namespace compiler { |
class InstructionOperand; |
class InstructionSequence; |
-class RegisterAllocatorVerifier FINAL : public ZoneObject { |
+class RegisterAllocatorVerifier final : public ZoneObject { |
public: |
RegisterAllocatorVerifier(Zone* zone, const RegisterConfiguration* config, |
const InstructionSequence* sequence); |