[webkit-reviews] review granted: [Bug 136625] [CSS Grid Layout] Ignore ::first-letter pseudo-element : [Attachment 237786] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 08:04:18 PDT 2014


Darin Adler <darin at apple.com> has granted Manuel Rego Casasnovas
<rego at igalia.com>'s request for review:
Bug 136625: [CSS Grid Layout] Ignore ::first-letter pseudo-element
https://bugs.webkit.org/show_bug.cgi?id=136625

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=237786&action=review


> Source/WebCore/rendering/RenderBlock.cpp:3022
> +static inline bool isRenderBlockFlowOrRenderButton(RenderObject*
renderObject)

This function should take a RenderElement&, not a RenderObject*.


More information about the webkit-reviews mailing list