RESOLVED FIXED Bug 65565
Remove LegacyDefaultOptionalArguments flag from Location.idl
https://bugs.webkit.org/show_bug.cgi?id=65565
Summary Remove LegacyDefaultOptionalArguments flag from Location.idl
Mark Pilgrim (Google)
Reported 2011-08-02 13:54:47 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 Location.idl. 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.
Attachments
Patch (1.55 KB, patch)
2011-08-02 13:55 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-08-02 13:55:34 PDT
WebKit Review Bot
Comment 2 2011-08-03 15:47:49 PDT
Comment on attachment 102692 [details] Patch Clearing flags on attachment: 102692 Committed r92320: <http://trac.webkit.org/changeset/92320>
WebKit Review Bot
Comment 3 2011-08-03 15:47:54 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.