[webkit-reviews] review granted: [Bug 123162] CTTE: Modernize RenderBlock a bit : [Attachment 214856] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 07:27:02 PDT 2013


Andreas Kling <akling at apple.com> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 123162: CTTE: Modernize RenderBlock a bit
https://bugs.webkit.org/show_bug.cgi?id=123162

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214856&action=review


> Source/WebCore/rendering/InlineIterator.h:199
> +static inline RenderObject* bidiNextShared(RenderElement& root,
RenderObject* current, Observer* observer = 0, EmptyInlineBehavior
emptyInlineBehavior = SkipEmptyInlines, bool* endOfInlinePtr = 0)

0 -> nullptr
This comment repeated for each case of missing modernization!


More information about the webkit-reviews mailing list