Bug 65751

Summary: Remove LegacyDefaultOptionalArguments flag from remaining SVG IDL files
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-04 22:30:25 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 all remaining SVG-related IDL files. It does not change any behavior, i.e. it does not make any arguments required that were previously optional, nor vice-versa.

All existing tests pass.
Comment 1 Mark Pilgrim (Google) 2011-08-04 22:31:07 PDT
Created attachment 103041 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-05 01:19:16 PDT
Comment on attachment 103041 [details]
Patch

Clearing flags on attachment: 103041

Committed r92462: <http://trac.webkit.org/changeset/92462>
Comment 3 WebKit Review Bot 2011-08-05 01:19:20 PDT
All reviewed patches have been landed.  Closing bug.