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

Unified Diff: Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h

Issue 1233173002: Have ScriptPromiseResolver on the Oilpan heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix webusb ScriptPromiseResolver usage Created 5 years, 4 months 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/encryptedmedia/ContentDecryptionModuleResultPromise.h
diff --git a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
index 77d35fde91f685fb52302eeff64541b2649bd5cf..0ae6889fade73abc0753fce71d6f50e3750afa4a 100644
--- a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
+++ b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.h
@@ -51,7 +51,7 @@ protected:
ExecutionContext* executionContext() const;
private:
- RefPtrWillBeMember<ScriptPromiseResolver> m_resolver;
+ Member<ScriptPromiseResolver> m_resolver;
};
} // namespace blink
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.cpp ('k') | Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698