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

Unified Diff: Source/modules/webmidi/MIDIInputMap.h

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/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);
};

Powered by Google App Engine
This is Rietveld 408576698