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

Unified Diff: Source/modules/webmidi/MIDIInputMap.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: 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
Index: Source/modules/webmidi/MIDIInputMap.h
diff --git a/Source/modules/webmidi/MIDIInputMap.h b/Source/modules/webmidi/MIDIInputMap.h
index 1f3073216789a402d4a874de6f0cea8c4be6d373..89fdeba326066c4c33122763ec1ee8a1583d3fe7 100644
--- a/Source/modules/webmidi/MIDIInputMap.h
+++ b/Source/modules/webmidi/MIDIInputMap.h
@@ -17,8 +17,6 @@ class MIDIInputMap : public MIDIPortMap<MIDIInput>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
explicit MIDIInputMap(const HeapHashMap<String, Member<MIDIInput>>);
-
- ScriptValue getForBinding(ScriptState*, const String& id);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698