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

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

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 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/MIDIInput.cpp ('k') | Source/modules/webmidi/MIDIMessageEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIInputMap.cpp
diff --git a/Source/modules/webmidi/MIDIInputMap.cpp b/Source/modules/webmidi/MIDIInputMap.cpp
index d5c80d853ec6f38017ed02d7be4ec49d0ae27ef3..663e2d4c72cb4b1959d32908b0eeab0fcf29b491 100644
--- a/Source/modules/webmidi/MIDIInputMap.cpp
+++ b/Source/modules/webmidi/MIDIInputMap.cpp
@@ -13,7 +13,6 @@ namespace blink {
MIDIInputMap::MIDIInputMap(const HeapHashMap<String, Member<MIDIInput> >map)
: MIDIPortMap<MIDIInput>(map)
{
- ScriptWrappable::init(this);
}
ScriptValue MIDIInputMap::getForBinding(ScriptState* scriptState, const String& id)
« no previous file with comments | « Source/modules/webmidi/MIDIInput.cpp ('k') | Source/modules/webmidi/MIDIMessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698