| Index: Source/modules/crypto/CryptoOperation.h
|
| diff --git a/Source/modules/crypto/CryptoOperation.h b/Source/modules/crypto/CryptoOperation.h
|
| index 85446db3137421c912c0b5a583bd368fc5b70e1f..f3fcec5ca624d39be1c1c3e357e57477838bc3d6 100644
|
| --- a/Source/modules/crypto/CryptoOperation.h
|
| +++ b/Source/modules/crypto/CryptoOperation.h
|
| @@ -86,6 +86,7 @@ public:
|
| virtual void initializationSucceeded(WebKit::WebCryptoOperation*) OVERRIDE;
|
| virtual void completeWithError() OVERRIDE;
|
| virtual void completeWithArrayBuffer(const WebKit::WebArrayBuffer&) OVERRIDE;
|
| + virtual void completeWithBoolean(bool) OVERRIDE;
|
| virtual void ref() OVERRIDE;
|
| virtual void deref() OVERRIDE;
|
|
|
|
|