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

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

Issue 920713002: Add Maplike<> utility mixin class for implementing maplike interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-iterable-etc-typedefs
Patch Set: drop some includes Created 5 years, 10 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.idl ('k') | Source/modules/webmidi/MIDIOutputMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIOutputMap.h
diff --git a/Source/modules/webmidi/MIDIOutputMap.h b/Source/modules/webmidi/MIDIOutputMap.h
index 4a477ca9e7d50f9b66df6ec55080dfb20ce10349..3d56fbca2f4f3b9febc574ba641f961416059837 100644
--- a/Source/modules/webmidi/MIDIOutputMap.h
+++ b/Source/modules/webmidi/MIDIOutputMap.h
@@ -17,8 +17,6 @@ class MIDIOutputMap : public MIDIPortMap<MIDIOutput>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
explicit MIDIOutputMap(HeapHashMap<String, Member<MIDIOutput>>);
-
- ScriptValue getForBinding(ScriptState*, const String& id);
};
} // namespace blink
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.idl ('k') | Source/modules/webmidi/MIDIOutputMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698