[webkit-reviews] review granted: [Bug 8486] iExploder(#25865): Failed assertion in RenderText::layout() : [Attachment 13139] new version of the patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Mon Feb 12 12:38:50 PST 2007


mitz at webkit.org has granted mitz at webkit.org's request for review:
Bug 8486: iExploder(#25865): Failed assertion in RenderText::layout()
http://bugs.webkit.org/show_bug.cgi?id=8486

Attachment 13139: new version of the patch
http://bugs.webkit.org/attachment.cgi?id=13139&action=edit

------- Additional Comments from mitz at webkit.org
r=me

Consider replacing this with a single return statement:
+    if (child->isText() || !style || style->display() != TABLE_COLUMN)
+	 return false;
+    return true;



More information about the webkit-reviews mailing list