[Webkit-unassigned] [Bug 39528] Clean up continuations in preparation for column-span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 21:16:29 PDT 2010


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


mitz at webkit.org changed:

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




--- Comment #3 from mitz at webkit.org  2010-05-21 21:16:29 PST ---
(From update of attachment 56773)
WebCore/rendering/RenderObject.h:389
 +      bool isElementContinuation() const { return node() ? node()->renderer() != this : false; }
Can simply return node() && node()->renderer() != this;

Looks harmless :-)

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