| Index: Source/modules/webmidi/MIDIMessageEvent.idl
|
| diff --git a/Source/core/css/CSSFontFaceLoadEvent.idl b/Source/modules/webmidi/MIDIMessageEvent.idl
|
| similarity index 83%
|
| copy from Source/core/css/CSSFontFaceLoadEvent.idl
|
| copy to Source/modules/webmidi/MIDIMessageEvent.idl
|
| index 54994a1b23438985088ace2cc55850389ca388ee..937301137b0df111d5d030b31572b287c59af602 100644
|
| --- a/Source/core/css/CSSFontFaceLoadEvent.idl
|
| +++ b/Source/modules/webmidi/MIDIMessageEvent.idl
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// FIXME: The spec doesn't provide details about constructor, yet.
|
| +// See also, https://github.com/WebAudio/web-midi-api/issues/1 .
|
| [
|
| - Conditional=FONT_LOAD_EVENTS,
|
| - EnabledAtRuntime=fontLoadEvents,
|
| ConstructorTemplate=Event
|
| -] interface CSSFontFaceLoadEvent : Event {
|
| - [InitializedByEventConstructor] readonly attribute CSSFontFaceRule fontface;
|
| - [InitializedByEventConstructor] readonly attribute DOMError error;
|
| +] interface MIDIMessageEvent : Event {
|
| + [InitializedByEventConstructor] readonly attribute double receivedTime;
|
| + [InitializedByEventConstructor] readonly attribute Uint8Array data;
|
| };
|
|
|