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

Unified Diff: Source/modules/webmidi/MIDIOutputMap.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/MIDIOutput.cpp ('k') | Source/modules/webmidi/MIDIPort.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIOutputMap.cpp
diff --git a/Source/modules/webmidi/MIDIOutputMap.cpp b/Source/modules/webmidi/MIDIOutputMap.cpp
index 76aec5a99affde49beb499f8b73b8d87a0811fd1..d0bdf396769f43572e17803dcf2ede5d1781ca3c 100644
--- a/Source/modules/webmidi/MIDIOutputMap.cpp
+++ b/Source/modules/webmidi/MIDIOutputMap.cpp
@@ -13,7 +13,6 @@ namespace blink {
MIDIOutputMap::MIDIOutputMap(HeapHashMap<String, Member<MIDIOutput> > map)
: MIDIPortMap<MIDIOutput>(map)
{
- ScriptWrappable::init(this);
}
ScriptValue MIDIOutputMap::getForBinding(ScriptState* scriptState, const String& id)
« no previous file with comments | « Source/modules/webmidi/MIDIOutput.cpp ('k') | Source/modules/webmidi/MIDIPort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698