[webkit-reviews] review granted: [Bug 39528] Clean up continuations in preparation for column-span : [Attachment 56773] Patch

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


mitz at webkit.org has granted Dave Hyatt <hyatt at apple.com>'s request for review:
Bug 39528: Clean up continuations in preparation for column-span
https://bugs.webkit.org/show_bug.cgi?id=39528

Attachment 56773: Patch
https://bugs.webkit.org/attachment.cgi?id=56773&action=review

------- Additional Comments from mitz at webkit.org
WebCore/rendering/RenderObject.h:389
 +	bool isElementContinuation() const { return node() ? node()->renderer()
!= this : false; }
Can simply return node() && node()->renderer() != this;

Looks harmless :-)


More information about the webkit-reviews mailing list