RESOLVED FIXED 65746
Remove LegacyDefaultOptionalArguments flag from Web Workers
https://bugs.webkit.org/show_bug.cgi?id=65746
Summary Remove LegacyDefaultOptionalArguments flag from Web Workers
Mark Pilgrim (Google)
Reported 2011-08-04 22:13:58 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 Web Workers-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. I am unable to run workers tests for reasons that baffle me at this late hour. Presumably our automated systems will tell me if I've erred.
Attachments
Patch (4.27 KB, patch)
2011-08-04 22:14 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-08-04 22:14:44 PDT
WebKit Review Bot
Comment 2 2011-08-05 00:44:07 PDT
Comment on attachment 103034 [details] Patch Clearing flags on attachment: 103034 Committed r92458: <http://trac.webkit.org/changeset/92458>
WebKit Review Bot
Comment 3 2011-08-05 00:44:11 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.