Index: Source/modules/encryptedmedia/MediaKeySession.cpp |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp |
index 927694730054c8646ef3bf5a1ea8135452557af2..cdd5a1581e49dadd61d16b294dbd35793c9a03d8 100644 |
--- a/Source/modules/encryptedmedia/MediaKeySession.cpp |
+++ b/Source/modules/encryptedmedia/MediaKeySession.cpp |
@@ -105,6 +105,7 @@ public: |
void trace(Visitor* visitor) |
{ |
visitor->trace(m_result); |
+ visitor->trace(m_event); |
} |
private: |
@@ -124,7 +125,7 @@ private: |
const Type m_type; |
const Member<ContentDecryptionModuleResult> m_result; |
const RefPtr<ArrayBuffer> m_data; |
- const RefPtrWillBeRawPtr<Event> m_event; |
+ const RefPtrWillBeMember<Event> m_event; |
}; |
// This class allows a MediaKeySession object to be created asynchronously. |