[Webkit-unassigned] [Bug 33228] Line boxes aren't cleared when the last child is removed from a RenderBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 13:16:31 PST 2010


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45924|review?                     |review+
               Flag|                            |




--- Comment #3 from Dave Hyatt <hyatt at apple.com>  2010-01-05 13:16:31 PST ---
(From update of attachment 45924)
Seems like this should be:

if (childrenInline() && !firstChild())

just to not waste time calling into lineBoxes() in the block child removal
case?

r=me

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