Title: [125410] trunk/Source/WebCore
Revision
125410
Author
[email protected]
Date
2012-08-13 05:00:56 -0700 (Mon, 13 Aug 2012)

Log Message

Unreviewed build fix after r125408, removing another usage of SVG_FEATURES.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125409 => 125410)


--- trunk/Source/WebCore/ChangeLog	2012-08-13 11:54:19 UTC (rev 125409)
+++ trunk/Source/WebCore/ChangeLog	2012-08-13 12:00:56 UTC (rev 125410)
@@ -1,5 +1,11 @@
 2012-08-13  Zan Dobersek  <[email protected]>
 
+        Unreviewed build fix after r125408, removing another usage of SVG_FEATURES.
+
+        * GNUmakefile.am:
+
+2012-08-13  Zan Dobersek  <[email protected]>
+
         [Gtk] Remove SVG_FEATURES and HTML_FEATURES from Source/WebCore/GNUmakefile.am
         https://bugs.webkit.org/show_bug.cgi?id=90693
 

Modified: trunk/Source/WebCore/GNUmakefile.am (125409 => 125410)


--- trunk/Source/WebCore/GNUmakefile.am	2012-08-13 11:54:19 UTC (rev 125409)
+++ trunk/Source/WebCore/GNUmakefile.am	2012-08-13 12:00:56 UTC (rev 125410)
@@ -494,10 +494,6 @@
 if ENABLE_CSS_COMPOSITING
 FEATURE_DEFINES += ENABLE_CSS_COMPOSITING=1
 webcore_cppflags += -DENABLE_CSS_COMPOSITING=1
-if ENABLE_SVG
-SVG_FEATURES += ENABLE_CSS_COMPOSITING=1
-endif
-
 endif # END ENABLE_CSS_COMPOSITING
 
 # ----
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to