Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1274)

Unified Diff: Source/modules/crypto/CryptoResultImpl.h

Issue 783423003: Make ScriptPromiseResolver RefCountedWillBeRefCountedGarbageCollected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.cpp ('k') | Source/modules/crypto/CryptoResultImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698