Bug 90932 - HTMLFormCollection::item and HTMLPropertiesCollection::item should share code
Summary: HTMLFormCollection::item and HTMLPropertiesCollection::item should share code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 89919
  Show dependency treegraph
 
Reported: 2012-07-10 21:04 PDT by Ryosuke Niwa
Modified: 2012-07-11 11:13 PDT (History)
7 users (show)

See Also:


Attachments
Patch (18.74 KB, patch)
2012-07-10 21:25 PDT, Ryosuke Niwa
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-07-10 21:04:09 PDT
Now that HTMLPropertiesCollection use the same caching mechanism as the rest of HTMLCollections, HTMLFormCollection and HTMLPropertiesCollection can share more code.
Comment 1 Ryosuke Niwa 2012-07-10 21:25:11 PDT
Created attachment 151588 [details]
Patch
Comment 2 Ryosuke Niwa 2012-07-11 11:13:16 PDT
Committed r122345: <http://trac.webkit.org/changeset/122345>