| Index: public/platform/WebCrypto.h
|
| diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
|
| index e0b8174297d704a25e4e3edb665c79ac8db5000b..dd6aa42d87d1d22d6f827e779e3a70d9c295983f 100644
|
| --- a/public/platform/WebCrypto.h
|
| +++ b/public/platform/WebCrypto.h
|
| @@ -94,7 +94,7 @@ public:
|
| BLINK_PLATFORM_EXPORT bool cancelled() const;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const PassRefPtrWillBeRawPtr<CryptoResult>&);
|
| + BLINK_PLATFORM_EXPORT explicit WebCryptoResult(CryptoResult*);
|
| #endif
|
|
|
| private:
|
|
|