| 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 c8b2eaf3f8a3b1287ef27dc460877cf5755cfb0b..b31c9d4e4d46a590516798c7c202ad3ca3f2f373 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -159,7 +159,7 @@ class MediaKeySession final
|
| Member<ClosedPromise> m_closedPromise;
|
|
|
| HeapDeque<Member<PendingAction>> m_pendingActions;
|
| - Timer<MediaKeySession> m_actionTimer;
|
| + TaskRunnerTimer<MediaKeySession> m_actionTimer;
|
| };
|
|
|
| } // namespace blink
|
|
|