[webkit-reviews] review granted: [Bug 119444] Buildfix for !ENABLE(SVG) platforms after r153581 : [Attachment 208012] buildfix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 2 06:59:18 PDT 2013


Andreas Kling <akling at apple.com> has granted Zoltan Arvai
<zarvai at inf.u-szeged.hu>'s request for review:
Bug 119444: Buildfix for !ENABLE(SVG) platforms after r153581
https://bugs.webkit.org/show_bug.cgi?id=119444

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

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


r=me

> Source/WebCore/css/StylePropertyShorthand.cpp:233
> +#if defined(ENABLE_SVG) && ENABLE_SVG

This should just be #if ENABLE(SVG)

> Source/WebCore/css/StylePropertyShorthand.cpp:769
> +#if defined(ENABLE_SVG) && ENABLE_SVG

Ditto.

> Source/WebCore/css/StylePropertyShorthand.h:88
> +#if defined(ENABLE_SVG) && ENABLE_SVG

Ditto.


More information about the webkit-reviews mailing list