[Webkit-unassigned] [Bug 67825] Implement a WebKitAnimationEvent constructor for JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 18:50:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67825


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106825|review?                     |review+
               Flag|                            |




--- Comment #3 from Sam Weinig <sam at webkit.org>  2011-09-08 18:50:33 PST ---
(From update of attachment 106825)
View in context: https://bugs.webkit.org/attachment.cgi?id=106825&action=review

> Source/WebCore/ChangeLog:17
> +        [Constructor(DOMString type, optional WebKitAnimationEventInit eventInitDict)]
> +        dictionary WebKitAnimationEventInit : EventInit {
> +            DOMString animationName;
> +            double elapsedTime;
> +        }

This is not what the IDL would look like.  The constructor would be on the Event itself, not the Init.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list