Index: Source/modules/crypto/CryptoResultImpl.h |
diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h |
index a0f39ed8f35e04455a66ace1e4feeebec2d78b7f..e8a1f5c87bbf26b5e2780ad686a05a7b24e36c9c 100644 |
--- a/Source/modules/crypto/CryptoResultImpl.h |
+++ b/Source/modules/crypto/CryptoResultImpl.h |
@@ -42,7 +42,7 @@ class ScriptPromiseResolver; |
// Wrapper around a Promise to notify completion of the crypto operation. |
// Platform cannot know about Promises which are declared in bindings. |
-class CryptoResultImpl : public CryptoResult { |
+class CryptoResultImpl FINAL : public CryptoResult { |
public: |
~CryptoResultImpl(); |