| Index: Source/modules/crypto/CryptoResultImpl.h
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h
|
| index b8e3089e8d5ef5f9a6ec64c65d79012f91f2672e..ebc58f20aa8541859954954b3d29dcd7699324de 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.h
|
| +++ b/Source/modules/crypto/CryptoResultImpl.h
|
| @@ -57,7 +57,7 @@ class CryptoResultImpl final : public CryptoResult {
|
| public:
|
| ~CryptoResultImpl();
|
|
|
| - static PassRefPtr<CryptoResultImpl> create(ScriptState*);
|
| + static PassRefPtrWillBeRawPtr<CryptoResultImpl> create(ScriptState*);
|
|
|
| virtual void completeWithError(WebCryptoErrorType, const WebString&) override;
|
| virtual void completeWithBuffer(const void* bytes, unsigned bytesSize) override;
|
|
|