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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 12:37:09 PDT 2009


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





------- Comment #2 from eric at webkit.org  2009-06-04 12:37 PDT -------
Ok, I lied.  There is one removeRef call in:
void RenderBlock::removeFloatingObject(RenderBox* o)

which does remove from the middle of the list.

That's called from:
void RenderBlock::markAllDescendantsWithFloatsForLayout(RenderBox*
floatToRemove, bool inLayout)

which I would expect is expected to be O(N), not O(N^2) as it could be if we
moved to a Vector here.  Hum...


-- 
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