Index: Source/modules/crypto/DOMWindowCrypto.h |
diff --git a/Source/modules/crypto/DOMWindowCrypto.h b/Source/modules/crypto/DOMWindowCrypto.h |
index 707918d6d012d2ded74da39fca9773ee5d6efda4..bde8d59f0c81f96f6e0460ca068ccd953d25b547 100644 |
--- a/Source/modules/crypto/DOMWindowCrypto.h |
+++ b/Source/modules/crypto/DOMWindowCrypto.h |
@@ -39,7 +39,7 @@ namespace WebCore { |
class Crypto; |
class DOMWindow; |
-class DOMWindowCrypto : public Supplement<DOMWindow>, public DOMWindowProperty { |
+class DOMWindowCrypto FINAL : public Supplement<DOMWindow>, public DOMWindowProperty { |
public: |
virtual ~DOMWindowCrypto(); |
static DOMWindowCrypto* from(DOMWindow*); |