| Index: Source/modules/crypto/SubtleCrypto.h
|
| diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h
|
| index d624a699afd5a737d875af278caa18ee1b73bcf4..44e5bbe0d8ccb694a46f45957ad056870be2d3d3 100644
|
| --- a/Source/modules/crypto/SubtleCrypto.h
|
| +++ b/Source/modules/crypto/SubtleCrypto.h
|
| @@ -42,7 +42,7 @@ namespace blink {
|
| class CryptoKey;
|
| class Dictionary;
|
|
|
| -class SubtleCrypto FINAL : public GarbageCollected<SubtleCrypto>, public ScriptWrappable {
|
| +class SubtleCrypto final : public GarbageCollected<SubtleCrypto>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SubtleCrypto* create()
|
|
|