[Webkit-unassigned] [Bug 119444] Buildfix for !ENABLE(SVG) platforms after r153581

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


https://bugs.webkit.org/show_bug.cgi?id=119444


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #208012|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-08-02 06:59:02 PST ---
(From update of attachment 208012)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list