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

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

Issue 14192043: Web MIDI: implement MIDIMessageEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layout test Created 7 years, 8 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/DOMWindowMIDI.idl
diff --git a/Source/modules/quota/StorageErrorCallback.idl b/Source/modules/webmidi/DOMWindowMIDI.idl
similarity index 91%
copy from Source/modules/quota/StorageErrorCallback.idl
copy to Source/modules/webmidi/DOMWindowMIDI.idl
index 972216b6a079b3cbb0ba8f28974765444827eb09..f6a2a99670776ece52bb4898bd4a1db3793ab79e 100644
--- a/Source/modules/quota/StorageErrorCallback.idl
+++ b/Source/modules/webmidi/DOMWindowMIDI.idl
@@ -29,7 +29,7 @@
*/
[
- Callback
-] interface StorageErrorCallback {
- boolean handleEvent(DOMCoreException error);
+ Supplemental=DOMWindow
+] interface DOMWindowMIDI {
+ [EnabledAtRuntime=webMIDI] attribute MIDIMessageEventConstructor MIDIMessageEvent;
};

Powered by Google App Engine
This is Rietveld 408576698