Index: Source/modules/encryptedmedia/MediaKeySession.cpp |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp |
index 116b3d2ddbc527320c221398b3b145b74a37695f..5de27abb2f4f5ff42145938c1d630965abb8f7aa 100644 |
--- a/Source/modules/encryptedmedia/MediaKeySession.cpp |
+++ b/Source/modules/encryptedmedia/MediaKeySession.cpp |
@@ -201,7 +201,7 @@ public: |
{ |
} |
- void trace(Visitor* visitor) |
+ DEFINE_INLINE_TRACE() |
{ |
visitor->trace(m_result); |
} |
@@ -250,7 +250,7 @@ public: |
resolve(); |
} |
- void trace(Visitor* visitor) |
+ DEFINE_INLINE_TRACE() |
{ |
visitor->trace(m_session); |
ContentDecryptionModuleResultPromise::trace(visitor); |
@@ -300,7 +300,7 @@ public: |
resolve(result); |
} |
- void trace(Visitor* visitor) |
+ DEFINE_INLINE_TRACE() |
{ |
visitor->trace(m_session); |
ContentDecryptionModuleResultPromise::trace(visitor); |
@@ -934,7 +934,7 @@ void MediaKeySession::stop() |
m_asyncEventQueue->close(); |
} |
-void MediaKeySession::trace(Visitor* visitor) |
+DEFINE_TRACE(MediaKeySession) |
{ |
visitor->trace(m_asyncEventQueue); |
visitor->trace(m_pendingActions); |