RESOLVED FIXED 65570
Remove LegacyDefaultOptionalArguments flag from SpeechInputResultList.idl
https://bugs.webkit.org/show_bug.cgi?id=65570
Summary Remove LegacyDefaultOptionalArguments flag from SpeechInputResultList.idl
Mark Pilgrim (Google)
Reported 2011-08-02 14:13:03 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 SpeechInputResultList.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.
Attachments
Patch (1.07 KB, patch)
2011-08-02 14:13 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-08-02 14:13:40 PDT
WebKit Review Bot
Comment 2 2011-08-02 15:47:21 PDT
Comment on attachment 102698 [details] Patch Clearing flags on attachment: 102698 Committed r92242: <http://trac.webkit.org/changeset/92242>
WebKit Review Bot
Comment 3 2011-08-02 15:47:25 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.