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

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

Issue 949093002: InlinedVisitor: Migrate encryptedmedia to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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.cpp
diff --git a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
index d732f15114dcee206df3ad5a309b1df8fc0ecf0a..3f5309df2a8661f037e2ea7b5137ca0f995dba43 100644
--- a/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
+++ b/Source/modules/encryptedmedia/ContentDecryptionModuleResultPromise.cpp
@@ -89,7 +89,7 @@ ExecutionContext* ContentDecryptionModuleResultPromise::executionContext() const
return m_resolver->executionContext();
}
-void ContentDecryptionModuleResultPromise::trace(Visitor* visitor)
+DEFINE_TRACE(ContentDecryptionModuleResultPromise)
{
visitor->trace(m_resolver);
ContentDecryptionModuleResult::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698