| Index: Source/modules/crypto/AesKeyAlgorithm.h
|
| diff --git a/Source/modules/crypto/AesKeyAlgorithm.h b/Source/modules/crypto/AesKeyAlgorithm.h
|
| index 6194be77bf04b877286e441d2936c958467b9321..d31f7bf2634c9cdcf853b1fc71542d9d72295360 100644
|
| --- a/Source/modules/crypto/AesKeyAlgorithm.h
|
| +++ b/Source/modules/crypto/AesKeyAlgorithm.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| unsigned short length();
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| private:
|
| explicit AesKeyAlgorithm(const WebCryptoKeyAlgorithm&);
|
|
|