Bug 47829 - DOMStringList should return null if the index is out of range
Summary: DOMStringList should return null if the index is out of range
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jeremy Orlow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 09:38 PDT by Jeremy Orlow
Modified: 2010-10-18 12:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.45 KB, patch)
2010-10-18 09:41 PDT, Jeremy Orlow
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Orlow 2010-10-18 09:38:24 PDT
DOMStringList should return null if the index is out of range
Comment 1 Jeremy Orlow 2010-10-18 09:41:23 PDT
Created attachment 71047 [details]
Patch
Comment 2 Darin Adler 2010-10-18 09:43:10 PDT
Comment on attachment 71047 [details]
Patch

Is DOMStringList testable only in the IDB context, or are there other DOMStringList clients?
Comment 3 Andrei Popescu 2010-10-18 09:45:32 PDT
LGTM
Comment 4 Jeremy Orlow 2010-10-18 09:46:06 PDT
I'm pretty sure only via IndexedDB at the moment.
Comment 5 WebKit Commit Bot 2010-10-18 12:15:55 PDT
Comment on attachment 71047 [details]
Patch

Clearing flags on attachment: 71047

Committed r69983: <http://trac.webkit.org/changeset/69983>
Comment 6 WebKit Commit Bot 2010-10-18 12:16:00 PDT
All reviewed patches have been landed.  Closing bug.