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

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

Issue 23609033: Web MIDI: MIDIPort doesn't have to be ActiveDOMObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: works Created 6 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/MIDIInput.idl
diff --git a/Source/modules/webmidi/MIDIInput.idl b/Source/modules/webmidi/MIDIInput.idl
index 2b90b2efc78244a69038a5bb0a2068ff9567d085..4986c54630d37bd251f333f2474be6e3541a29e4 100644
--- a/Source/modules/webmidi/MIDIInput.idl
+++ b/Source/modules/webmidi/MIDIInput.idl
@@ -29,7 +29,6 @@
*/
[
- ActiveDOMObject,
NoInterfaceObject,
SetWrapperReferenceTo(MIDIAccess midiAccess),
] interface MIDIInput : MIDIPort {

Powered by Google App Engine
This is Rietveld 408576698