| Index: Source/modules/encryptedmedia/MediaKeySession.cpp
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| index 79312753aae0434f8fff924f8bcf99e8c7c38340..43982237e4121ee18b1631201c4f4aefe95a6717 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| @@ -195,7 +195,7 @@ void MediaKeySession::keyMessage(const unsigned char* message, size_t messageLen
|
|
|
| const AtomicString& MediaKeySession::interfaceName() const
|
| {
|
| - return eventNames().interfaceForMediaKeySession;
|
| + return EventTargetNames::MediaKeySession;
|
| }
|
|
|
| ExecutionContext* MediaKeySession::executionContext() const
|
|
|