[webkit-reviews] review granted: [Bug 68179] Remove SVG_FONTS define as it's enabled on all major ports : [Attachment 107525] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 10:44:49 PDT 2011


Darin Adler <darin at apple.com> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 68179: Remove SVG_FONTS define as it's enabled on all major ports
https://bugs.webkit.org/show_bug.cgi?id=68179

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

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


> Source/WebCore/dom/DOMImplementation.cpp:75
> -#if ENABLE(FILTERS) && ENABLE(SVG_FONTS)
> +#if ENABLE(FILTERS)

Is FILTERS an SVG-only feature? If not, should this be ENABLE(FILTERS) &&
ENABLE(SVG)?


More information about the webkit-reviews mailing list