Bug 65571

Summary: Remove LegacyDefaultOptionalArguments flag from WebKitAnimationList.idl
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mark Pilgrim (Google) 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.
Comment 1 Mark Pilgrim (Google) 2011-08-02 14:15:47 PDT
Created attachment 102699 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2011-08-02 16:41:42 PDT
All reviewed patches have been landed.  Closing bug.