| Index: Source/modules/encryptedmedia/MediaKeySession.cpp
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| index 8768baeac3e785049a368254a03f18fae91c7bbb..4d7cdadeb390a7f595b4238b8e29b7b60648af23 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| @@ -274,6 +274,7 @@ void MediaKeySession::stop()
|
| void MediaKeySession::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_keys);
|
| + EventTargetWithInlineData::trace(visitor);
|
| }
|
|
|
| }
|
|
|