Index: Source/modules/encryptedmedia/MediaKeySession.cpp |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp |
index 4215ba392aa3d2dfdf5985afa6177cb3b636017f..f127b931919dabce66dcc88d6456b426d2f7b706 100644 |
--- a/Source/modules/encryptedmedia/MediaKeySession.cpp |
+++ b/Source/modules/encryptedmedia/MediaKeySession.cpp |
@@ -618,7 +618,7 @@ void MediaKeySession::actionTimerFired(Timer<MediaKeySession>*) |
// Resolving promises now run synchronously and may result in additional |
// actions getting added to the queue. As a result, swap the queue to |
// a local copy to avoid problems if this happens. |
- HeapDeque<Member<PendingAction> > pendingActions; |
+ HeapDeque<Member<PendingAction>> pendingActions; |
pendingActions.swap(m_pendingActions); |
while (!pendingActions.isEmpty()) { |