| Index: public/platform/WebCrypto.h
 | 
| diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
 | 
| index 2eb28fc4122c47d652a6bb80b2c4385557188ac1..95197b63240f02003b3cea87361bf6acfba540cf 100644
 | 
| --- a/public/platform/WebCrypto.h
 | 
| +++ b/public/platform/WebCrypto.h
 | 
| @@ -69,6 +69,7 @@ public:
 | 
|      WEBKIT_EXPORT void completeWithBuffer(const void*, size_t);
 | 
|      WEBKIT_EXPORT void completeWithBoolean(bool);
 | 
|      WEBKIT_EXPORT void completeWithKey(const WebCryptoKey&);
 | 
| +    WEBKIT_EXPORT void completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey);
 | 
|  
 | 
|  #if WEBKIT_IMPLEMENTATION
 | 
|      explicit WebCryptoResult(const WTF::PassRefPtr<WebCore::CryptoResult>&);
 | 
| 
 |