| Index: Source/modules/crypto/KeyPair.h
|
| diff --git a/Source/modules/crypto/KeyPair.h b/Source/modules/crypto/KeyPair.h
|
| index ac0f24d119af126b3e0e73de74d35856069e1189..eb6dfa5a13a28b97ba7c3385822ee32748914e88 100644
|
| --- a/Source/modules/crypto/KeyPair.h
|
| +++ b/Source/modules/crypto/KeyPair.h
|
| @@ -43,7 +43,7 @@ namespace WebCore {
|
|
|
| class Key;
|
|
|
| -class KeyPair : public RefCountedWillBeGarbageCollectedFinalized<KeyPair>, public ScriptWrappable {
|
| +class KeyPair : public RefCountedWillBeGarbageCollectedFinalized<KeyPair>, public ScriptWrappable {
|
| DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<KeyPair> create(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey);
|
|
|