Chromium Code Reviews| 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) |
| { |
| } |