Index: Source/modules/crypto/KeyAlgorithm.h |
diff --git a/Source/modules/crypto/KeyAlgorithm.h b/Source/modules/crypto/KeyAlgorithm.h |
index e1133892054fcd6f719f783e38e4eda300a3c6b6..54f4019cc5ccb67c0496d6d24097d623ca18e834 100644 |
--- a/Source/modules/crypto/KeyAlgorithm.h |
+++ b/Source/modules/crypto/KeyAlgorithm.h |
@@ -40,7 +40,7 @@ namespace blink { |
class KeyAlgorithm : public GarbageCollectedFinalized<KeyAlgorithm>, public ScriptWrappable { |
public: |
- virtual ~KeyAlgorithm(); |
+ ~KeyAlgorithm() override; |
static KeyAlgorithm* create(const WebCryptoKeyAlgorithm&); |
static KeyAlgorithm* createHash(const WebCryptoAlgorithm&); |