| Index: Source/modules/crypto/CryptoResult.h
|
| diff --git a/Source/modules/crypto/CryptoResult.h b/Source/modules/crypto/CryptoResult.h
|
| index ae95b24d49ca7c22847e48e664527a0d6b9f7828..373a173295e49990d530e4760eee8496a01d1093 100644
|
| --- a/Source/modules/crypto/CryptoResult.h
|
| +++ b/Source/modules/crypto/CryptoResult.h
|
| @@ -51,6 +51,7 @@ public:
|
| void completeWithBuffer(const WebKit::WebArrayBuffer&);
|
| void completeWithBoolean(bool);
|
| void completeWithKey(const WebKit::WebCryptoKey&);
|
| + void completeWithKeyPair(const WebKit::WebCryptoKey& publicKey, const WebKit::WebCryptoKey& privateKey);
|
|
|
| WebKit::WebCryptoResult result()
|
| {
|
|
|