| Index: Source/platform/CryptoResult.h
|
| diff --git a/Source/platform/CryptoResult.h b/Source/platform/CryptoResult.h
|
| index 393549aae1d7b40ec78fcb95988bad348ea0d72d..4e8f15bf17d9a0f53c2a65e0a9cf402a38470bbb 100644
|
| --- a/Source/platform/CryptoResult.h
|
| +++ b/Source/platform/CryptoResult.h
|
| @@ -41,8 +41,7 @@ class CryptoResult : public RefCounted<CryptoResult> {
|
| public:
|
| virtual ~CryptoResult() { }
|
|
|
| - virtual void completeWithError() = 0;
|
| - virtual void completeWithError(const blink::WebString&) = 0;
|
| + virtual void completeWithError(blink::WebCryptoErrorType, const blink::WebString&) = 0;
|
| virtual void completeWithBuffer(const blink::WebArrayBuffer&) = 0;
|
| virtual void completeWithBoolean(bool) = 0;
|
| virtual void completeWithKey(const blink::WebCryptoKey&) = 0;
|
|
|