Index: Source/modules/encryptedmedia/MediaKeySession.cpp |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp |
index ddcb93d2e0ee17786e4ce675bdb89ea63921e05f..42cd37150c9b8856b6950f2b09a7ff68e2ccb3ad 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; |