[Webkit-unassigned] [Bug 26194] New: DeprecatedPtrList should be removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 12:32:48 PDT 2009


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

           Summary: DeprecatedPtrList should be removed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


DeprecatedPtrList should be removed

The last client is on RenderBlock:
    DeprecatedPtrList<FloatingObject>* m_floatingObjects;

And the only times its used, it would work as well or better as a Vector.  See
the attached list of uses in the code.  Note that we never insert or remove
from the middle of the list.  A vector will be more space efficient!

I'll post a patch to do this tomorrow if no one beats me to it.


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



More information about the webkit-unassigned mailing list