| Index: Source/modules/encryptedmedia/MediaKeys.cpp
|
| diff --git a/Source/modules/encryptedmedia/MediaKeys.cpp b/Source/modules/encryptedmedia/MediaKeys.cpp
|
| index b89bb8f7830baff4a0ef9b8b12ec1ccfee15cd3c..a45f99ee656c89d0d0066c6e4a9d648c4a4e58c9 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeys.cpp
|
| +++ b/Source/modules/encryptedmedia/MediaKeys.cpp
|
| @@ -166,7 +166,7 @@ void MediaKeys::timerFired(Timer<MediaKeys>*)
|
|
|
| // Swap the queue to a local copy to avoid problems if resolving promises
|
| // run synchronously.
|
| - HeapDeque<Member<PendingAction> > pendingActions;
|
| + HeapDeque<Member<PendingAction>> pendingActions;
|
| pendingActions.swap(m_pendingActions);
|
|
|
| while (!pendingActions.isEmpty()) {
|
|
|