Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1820)

Unified Diff: Source/modules/encryptedmedia/MediaKeys.cpp

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {

Powered by Google App Engine
This is Rietveld 408576698