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

Unified Diff: Source/modules/webmidi/MIDIInput.idl

Issue 140783007: Remove custom V8 bindings for MIDI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/bindings/v8/custom/V8MIDIOutputCustom.cpp ('k') | Source/modules/webmidi/MIDIOutput.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIInput.idl
diff --git a/Source/modules/webmidi/MIDIInput.idl b/Source/modules/webmidi/MIDIInput.idl
index 7f3db641fd838034c92468b0710ea3c4de59a853..d9802894e7b6f12c92a0b3f11c140de125ef7741 100644
--- a/Source/modules/webmidi/MIDIInput.idl
+++ b/Source/modules/webmidi/MIDIInput.idl
@@ -30,8 +30,8 @@
[
ActiveDOMObject,
- Custom=Wrap,
NoInterfaceObject,
+ SetReference(MIDIAccess midiAccess),
] interface MIDIInput : MIDIPort {
attribute EventHandler onmidimessage;
};
« no previous file with comments | « Source/bindings/v8/custom/V8MIDIOutputCustom.cpp ('k') | Source/modules/webmidi/MIDIOutput.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698