[Webkit-unassigned] [Bug 90322] New: HTMLCollection's caches should be owned by either ElementRareData or Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 16:03:00 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90322

           Summary: HTMLCollection's caches should be owned by either
                    ElementRareData or Document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, andersca at apple.com, koivisto at iki.fi,
                    kling at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list