Index: Source/modules/webmidi/MIDIInputMap.h |
diff --git a/Source/modules/webmidi/MIDIInputMap.h b/Source/modules/webmidi/MIDIInputMap.h |
index 8fb89f5323d07cd9bf52c89986886f40ba599e2e..1f3073216789a402d4a874de6f0cea8c4be6d373 100644 |
--- a/Source/modules/webmidi/MIDIInputMap.h |
+++ b/Source/modules/webmidi/MIDIInputMap.h |
@@ -16,7 +16,7 @@ class ScriptState; |
class MIDIInputMap : public MIDIPortMap<MIDIInput>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- explicit MIDIInputMap(const HeapHashMap<String, Member<MIDIInput> >); |
+ explicit MIDIInputMap(const HeapHashMap<String, Member<MIDIInput>>); |
ScriptValue getForBinding(ScriptState*, const String& id); |
}; |