| Index: Source/modules/crypto/CryptoKey.h
|
| diff --git a/Source/modules/crypto/CryptoKey.h b/Source/modules/crypto/CryptoKey.h
|
| index 18380730334e39b5026eeffa09e5a412bff92f98..9f22905c79413f9987a3f76c8816dc1fd37a044d 100644
|
| --- a/Source/modules/crypto/CryptoKey.h
|
| +++ b/Source/modules/crypto/CryptoKey.h
|
| @@ -44,6 +44,7 @@ class CryptoResult;
|
| class KeyAlgorithm;
|
|
|
| class CryptoKey : public GarbageCollectedFinalized<CryptoKey>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static CryptoKey* create(const WebCryptoKey& key)
|
| {
|
| @@ -76,4 +77,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // CryptoKey_h
|
|
|