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

Unified Diff: Source/modules/webmidi/MIDIOutputMap.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/MIDIOutputMap.h
diff --git a/Source/modules/webmidi/MIDIOutputMap.h b/Source/modules/webmidi/MIDIOutputMap.h
index 795d4e7fb5369ff875d9f8318e1df261ae3ae0d3..4a477ca9e7d50f9b66df6ec55080dfb20ce10349 100644
--- a/Source/modules/webmidi/MIDIOutputMap.h
+++ b/Source/modules/webmidi/MIDIOutputMap.h
@@ -16,7 +16,7 @@ class ScriptState;
class MIDIOutputMap : public MIDIPortMap<MIDIOutput>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- explicit MIDIOutputMap(HeapHashMap<String, Member<MIDIOutput> >);
+ explicit MIDIOutputMap(HeapHashMap<String, Member<MIDIOutput>>);
ScriptValue getForBinding(ScriptState*, const String& id);
};

Powered by Google App Engine
This is Rietveld 408576698