RESOLVED FIXED Bug 65571
Remove LegacyDefaultOptionalArguments flag from WebKitAnimationList.idl
https://bugs.webkit.org/show_bug.cgi?id=65571
Summary Remove LegacyDefaultOptionalArguments flag from WebKitAnimationList.idl
Mark Pilgrim (Google)
Reported 2011-08-02 14:15:11 PDT
As discussed in IRC, we are migrating our IDL files away from the interface-level "LegacyDefaultOptionalArguments" flag and onto argument-level [Optional] or [Optional=CallWithDefaultValue] flags. This patch migrates WebKitAnimationList.idl. This patch makes the index argument of the item() method required, i.e. WebKit will now throw a TypeError if this argument is missing.
Attachments
Patch (1.07 KB, patch)
2011-08-02 14:15 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-08-02 14:15:47 PDT
WebKit Review Bot
Comment 2 2011-08-02 16:41:37 PDT
Comment on attachment 102699 [details] Patch Clearing flags on attachment: 102699 Committed r92246: <http://trac.webkit.org/changeset/92246>
WebKit Review Bot
Comment 3 2011-08-02 16:41:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.