RESOLVED FIXED 90322
HTMLCollection's caches should be owned by either ElementRareData or Document
https://bugs.webkit.org/show_bug.cgi?id=90322
Summary HTMLCollection's caches should be owned by either ElementRareData or Document
Ryosuke Niwa
Reported 2012-06-29 16:02:58 PDT
Right now, multiple Element subclasses such as HTMLFormElement and HTMLSelectElement have their own OwnPtr of HTMLCollection. Since ElementRareData already has a cache entry for each collection type, we should be using that instead.
Attachments
Cleanup (23.79 KB, patch)
2012-06-29 16:11 PDT, Ryosuke Niwa
andersca: review+
Ryosuke Niwa
Comment 1 2012-06-29 16:11:57 PDT
Ryosuke Niwa
Comment 2 2012-06-29 16:56:50 PDT
Note You need to log in before you can comment on or make changes to this bug.