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

Unified Diff: Source/modules/webmidi/MIDIInputMap.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
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.h ('k') | Source/modules/webmidi/MIDIOutputMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIInputMap.cpp
diff --git a/Source/modules/webmidi/MIDIInputMap.cpp b/Source/modules/webmidi/MIDIInputMap.cpp
index 663e2d4c72cb4b1959d32908b0eeab0fcf29b491..f6c72062e1992ff957d8ae7bf7b21174dbaa12fa 100644
--- a/Source/modules/webmidi/MIDIInputMap.cpp
+++ b/Source/modules/webmidi/MIDIInputMap.cpp
@@ -10,7 +10,7 @@
namespace blink {
-MIDIInputMap::MIDIInputMap(const HeapHashMap<String, Member<MIDIInput> >map)
+MIDIInputMap::MIDIInputMap(const HeapHashMap<String, Member<MIDIInput>> map)
philipj_slow 2015/01/20 21:03:27 I took a look with git diff --word-diff --word-dif
rwlbuis 2015/01/20 22:56:51 Correct, I added the space because without it I go
: MIDIPortMap<MIDIInput>(map)
{
}
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.h ('k') | Source/modules/webmidi/MIDIOutputMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698