Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h |
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h |
index 018d75daf5f80f70d964d7b35016ce0d0384c159..8d5ea3d5de6f08a224d599c083e5a2b725302eac 100644 |
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h |
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h |
@@ -104,7 +104,7 @@ private: |
MediaKeySession(ScriptState*, MediaKeys*, WebEncryptedMediaSessionType); |
void dispose(); |
- void actionTimerFired(Timer<MediaKeySession>*); |
+ void actionTimerFired(TimerBase*); |
// WebContentDecryptionModuleSession::Client |
void message(MessageType, const unsigned char* message, size_t messageLength) override; |