| Index: Source/modules/crypto/CryptoResultImpl.h
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h
|
| index 5f4c88e04d28012f87e4ac150f003fe3a588eafc..63a0193e001c53cc9a19ad67065fb7cb57ead704 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.h
|
| +++ b/Source/modules/crypto/CryptoResultImpl.h
|
| @@ -61,6 +61,7 @@ public:
|
|
|
| virtual void completeWithError(blink::WebCryptoErrorType, const blink::WebString&) OVERRIDE;
|
| virtual void completeWithBuffer(const blink::WebArrayBuffer&) OVERRIDE;
|
| + virtual void completeWithJson(const char* utf8Data, unsigned length) OVERRIDE;
|
| virtual void completeWithBoolean(bool) OVERRIDE;
|
| virtual void completeWithKey(const blink::WebCryptoKey&) OVERRIDE;
|
| virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) OVERRIDE;
|
|
|