[webkit-reviews] review canceled: [Bug 114853] Make loops in RenderObject::containingBlock homogeneous in their forms to simplify : [Attachment 198805] Cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 22:57:43 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has canceled Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 114853: Make loops in RenderObject::containingBlock homogeneous in their
forms to simplify
https://bugs.webkit.org/show_bug.cgi?id=114853

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=198805&action=review


> Source/WebCore/rendering/RenderObject.cpp:790
> +static inline isNonInlineRenderBlock()
> +{
> +    return o->isRenderBlock() && (!o->isInline() || o->isReplaced());
> +}

Oops, I obviously didn't upload the right patch.


More information about the webkit-reviews mailing list