| Index: Source/modules/webmidi/DOMWindowWebMIDI.idl
|
| diff --git a/Source/modules/quota/StorageErrorCallback.idl b/Source/modules/webmidi/DOMWindowWebMIDI.idl
|
| similarity index 91%
|
| copy from Source/modules/quota/StorageErrorCallback.idl
|
| copy to Source/modules/webmidi/DOMWindowWebMIDI.idl
|
| index 972216b6a079b3cbb0ba8f28974765444827eb09..ce55a51326135d1171d25af17fc124d96170cdf1 100644
|
| --- a/Source/modules/quota/StorageErrorCallback.idl
|
| +++ b/Source/modules/webmidi/DOMWindowWebMIDI.idl
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| [
|
| - Callback
|
| -] interface StorageErrorCallback {
|
| - boolean handleEvent(DOMCoreException error);
|
| + Supplemental=DOMWindow
|
| +] interface DOMWindowWebMIDI {
|
| + [EnabledAtRuntime=webMIDI] attribute MIDIMessageEventConstructor MIDIMessageEvent;
|
| };
|
|
|