Index: Source/modules/crypto/Crypto.h |
diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h |
index 44cfe8e28ff5e51e06acff5194adde89f414bab7..50b2b650abff37d5ea273274640b000a67cabafc 100644 |
--- a/Source/modules/crypto/Crypto.h |
+++ b/Source/modules/crypto/Crypto.h |
@@ -38,7 +38,7 @@ namespace blink { |
class ExceptionState; |
-class Crypto FINAL : public GarbageCollected<Crypto>, public ScriptWrappable { |
+class Crypto final : public GarbageCollected<Crypto>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static Crypto* create() |