| Index: Source/modules/encryptedmedia/MediaKeySession.cpp
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| index f48367f4fac55e88c906e2fa35adba6f6844a900..c5ace656482926066389fd22b15850b2a2f7736a 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| @@ -605,6 +605,11 @@ void MediaKeySession::error(WebContentDecryptionModuleException exception, unsig
|
| error(errorCode, systemCode);
|
| }
|
|
|
| +void MediaKeySession::expirationChanged(double updatedExpiryTimeInMS)
|
| +{
|
| + // FIXME: Implement expiration attribute.
|
| +}
|
| +
|
| const AtomicString& MediaKeySession::interfaceName() const
|
| {
|
| return EventTargetNames::MediaKeySession;
|
|
|