Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(741)

Unified Diff: modules/webmidi/MIDIMessageEvent.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/webmidi/MIDIMessageEvent.idl
diff --git a/core/css/CSSFontFaceLoadEvent.idl b/modules/webmidi/MIDIMessageEvent.idl
similarity index 83%
copy from core/css/CSSFontFaceLoadEvent.idl
copy to modules/webmidi/MIDIMessageEvent.idl
index 54994a1b23438985088ace2cc55850389ca388ee..937301137b0df111d5d030b31572b287c59af602 100644
--- a/core/css/CSSFontFaceLoadEvent.idl
+++ b/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;
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b