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

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

Issue 783423003: Make ScriptPromiseResolver RefCountedWillBeRefCountedGarbageCollected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WIP: 1st trial 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/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
diff --git a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
index 380fdcfaecb0eff48c579402925ab98dd24b0bb2..144ae9ac319068a7b4310482bd4865536fada2fe 100644
--- a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
+++ b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
@@ -82,6 +82,7 @@ ExecutionContext* ContentDecryptionModuleResultPromise::executionContext() const
void ContentDecryptionModuleResultPromise::trace(Visitor* visitor)
{
+ visitor->trace(m_resolver);
ContentDecryptionModuleResult::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698