[webkit-reviews] review granted: [Bug 118051] [CSS Grid Layout] Add support for parsing <grid-line> that includes a 'span' : [Attachment 205467] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 00:41:44 PDT 2013


Andreas Kling <akling at apple.com> has granted Sergio Villar Senin
<svillar at igalia.com>'s request for review:
Bug 118051: [CSS Grid Layout] Add support for parsing <grid-line> that includes
a 'span'
https://bugs.webkit.org/show_bug.cgi?id=118051

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

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


> Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1109
> +    return list;

return list.release(); would be slightly more efficient.


More information about the webkit-reviews mailing list