| Index: Source/testing/runner/MockWebCrypto.h
|
| diff --git a/Source/testing/runner/MockWebCrypto.h b/Source/testing/runner/MockWebCrypto.h
|
| index 96874568c0e0b45f4c208102574eaa170fb9adfb..e2b8c078b4dca8883e4ae83cbe69a187b1176a35 100644
|
| --- a/Source/testing/runner/MockWebCrypto.h
|
| +++ b/Source/testing/runner/MockWebCrypto.h
|
| @@ -47,6 +47,7 @@ public:
|
| virtual void digest(const WebKit::WebCryptoAlgorithm&, const unsigned char*, size_t, WebKit::WebCryptoResult) OVERRIDE;
|
| virtual void generateKey(const WebKit::WebCryptoAlgorithm&, bool extractable, WebKit::WebCryptoKeyUsageMask, WebKit::WebCryptoResult) OVERRIDE;
|
| virtual void importKey(WebKit::WebCryptoKeyFormat, const unsigned char* keyData, size_t keyDataSize, const WebKit::WebCryptoAlgorithm&, bool extractable, WebKit::WebCryptoKeyUsageMask, WebKit::WebCryptoResult) OVERRIDE;
|
| + virtual void exportKey(WebKit::WebCryptoKeyFormat, const WebKit::WebCryptoKey&, WebKit::WebCryptoResult) OVERRIDE;
|
| };
|
|
|
| } // namespace WebTestRunner
|
|
|