Bug 90842 - HTMLPropertiesCollection should share more code with HTMLCollection
Summary: HTMLPropertiesCollection should share more code with HTMLCollection
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-09 18:02 PDT by Ryosuke Niwa
Modified: 2012-07-10 15:03 PDT (History)
6 users (show)

See Also:


Attachments
Patch (16.67 KB, patch)
2012-07-09 18:12 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-09 18:02:48 PDT
HTMLPropertiesCollection still uses an inner class for its own cache. We need to be able to share more code with HTMLCollection.
Comment 1 Ryosuke Niwa 2012-07-09 18:12:51 PDT
Created attachment 151375 [details]
Patch
Comment 2 Arko Saha 2012-07-10 06:02:44 PDT
Patch looks good to me.
Comment 3 Ryosuke Niwa 2012-07-10 15:03:06 PDT
Committed r122267: <http://trac.webkit.org/changeset/122267>