Title: [130772] trunk/Source/WebKit2
Revision
130772
Author
commit-qu...@webkit.org
Date
2012-10-09 09:25:37 -0700 (Tue, 09 Oct 2012)

Log Message

Unreviewed, rolling out r130680.
http://trac.webkit.org/changeset/130680
https://bugs.webkit.org/show_bug.cgi?id=98720

this patch has a typo so was ineffective (Requested by
cabanier on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2012-10-09

* Configurations/FeatureDefines.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (130771 => 130772)


--- trunk/Source/WebKit2/ChangeLog	2012-10-09 16:21:05 UTC (rev 130771)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-09 16:25:37 UTC (rev 130772)
@@ -1,3 +1,14 @@
+2012-10-09  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r130680.
+        http://trac.webkit.org/changeset/130680
+        https://bugs.webkit.org/show_bug.cgi?id=98720
+
+        this patch has a typo so was ineffective (Requested by
+        cabanier on #webkit).
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.co...@intel.com>
 
         [EFL][WK2] Inform the PageProxy about visibility changes when the view is shown/hidden.

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (130771 => 130772)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2012-10-09 16:21:05 UTC (rev 130771)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2012-10-09 16:25:37 UTC (rev 130772)
@@ -38,7 +38,7 @@
 ENABLE_CHANNEL_MESSAGING = ENABLE_CHANNEL_MESSAGING;
 ENABLE_CSP_NEXT = ;
 ENABLE_CSS_BOX_DECORATION_BREAK = ENABLE_CSS_BOX_DECORATION_BREAK;
-ENABLE_CSS_COMPOSITING = CSS_COMPOSITING;
+ENABLE_CSS_COMPOSITING = ;
 ENABLE_CSS_EXCLUSIONS = ENABLE_CSS_EXCLUSIONS;
 ENABLE_CSS_FILTERS = ENABLE_CSS_FILTERS;
 ENABLE_CSS_HIERARCHIES = ;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to