[webkit-reviews] review granted: [Bug 69202] [CSS3 Regions] Make positioned objects work properly with regions. : [Attachment 109387] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 18:31:05 PDT 2011


Sam Weinig <sam at webkit.org> has granted Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 69202: [CSS3 Regions] Make positioned objects work properly with regions.
https://bugs.webkit.org/show_bug.cgi?id=69202

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=109387&action=review


> Source/WebCore/rendering/RenderBlock.h:266
> +    LayoutUnit startOffsetForContent(LayoutUnit position) const { return
style()->isLeftToRightDirection() ? logicalLeftOffsetForContent(position)
:width() - logicalRightOffsetForContent(position); }

There should be a space after the :.


More information about the webkit-reviews mailing list