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

Unified Diff: modules/webmidi/MIDIAccess.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/webaudio/ScriptProcessorNode.idl ('k') | modules/webmidi/MIDIInput.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webmidi/MIDIAccess.idl
diff --git a/modules/webmidi/MIDIAccess.idl b/modules/webmidi/MIDIAccess.idl
index c7a51a1b545e228542b8adc67e7a74a95c1950d6..a20b6bc692fccd51d059e32f9eed2554570fbf05 100644
--- a/modules/webmidi/MIDIAccess.idl
+++ b/modules/webmidi/MIDIAccess.idl
@@ -35,6 +35,6 @@
sequence<MIDIInput> inputs();
sequence<MIDIOutput> outputs();
- attribute EventListener onconnect;
- attribute EventListener ondisconnect;
+ attribute EventHandler onconnect;
+ attribute EventHandler ondisconnect;
};
« no previous file with comments | « modules/webaudio/ScriptProcessorNode.idl ('k') | modules/webmidi/MIDIInput.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698