Bug 90932

Summary: HTMLFormCollection::item and HTMLPropertiesCollection::item should share code
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, arko, darin, kling, koivisto, sam, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89919    
Attachments:
Description Flags
Patch andersca: review+

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>