Bug 65568 - Remove LegacyDefaultOptionalArguments flag from EventSource.idl
Summary: Remove LegacyDefaultOptionalArguments flag from EventSource.idl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 14:07 PDT by Mark Pilgrim (Google)
Modified: 2011-08-02 15:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.05 KB, patch)
2011-08-02 14:08 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2011-08-02 14:07:23 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 EventSource.idl. It does not change any behavior, i.e. it does not make any arguments required that were previously optional, nor vice-versa.
Comment 1 Mark Pilgrim (Google) 2011-08-02 14:08:02 PDT
Created attachment 102696 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-02 15:42:08 PDT
Comment on attachment 102696 [details]
Patch

Clearing flags on attachment: 102696

Committed r92241: <http://trac.webkit.org/changeset/92241>
Comment 3 WebKit Review Bot 2011-08-02 15:42:12 PDT
All reviewed patches have been landed.  Closing bug.