Bug 65570

Summary: Remove LegacyDefaultOptionalArguments flag from SpeechInputResultList.idl
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-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.
Comment 1 Mark Pilgrim (Google) 2011-08-02 14:13:40 PDT
Created attachment 102698 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2011-08-02 15:47:25 PDT
All reviewed patches have been landed.  Closing bug.