Title: [102141] trunk/Source/WebKit/chromium
Revision
102141
Author
[email protected]
Date
2011-12-06 08:25:15 -0800 (Tue, 06 Dec 2011)

Log Message

Unreviewed, rolling out r102102.
http://trac.webkit.org/changeset/102102
https://bugs.webkit.org/show_bug.cgi?id=73925

Causes segmentation fault on chromium unit_tests,
content_unittests, sync_unit_tests (Requested by vsevik on
#webkit).

Patch by Sheriff Bot <[email protected]> on 2011-12-06

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102140 => 102141)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-06 16:16:44 UTC (rev 102140)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-06 16:25:15 UTC (rev 102141)
@@ -1,3 +1,15 @@
+2011-12-06  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r102102.
+        http://trac.webkit.org/changeset/102102
+        https://bugs.webkit.org/show_bug.cgi?id=73925
+
+        Causes segmentation fault on chromium unit_tests,
+        content_unittests, sync_unit_tests (Requested by vsevik on
+        #webkit).
+
+        * features.gypi:
+
 2011-12-06  Vsevolod Vlasov  <[email protected]>
 
         Unreviewed chromium expectations update.

Modified: trunk/Source/WebKit/chromium/features.gypi (102140 => 102141)


--- trunk/Source/WebKit/chromium/features.gypi	2011-12-06 16:16:44 UTC (rev 102140)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-12-06 16:25:15 UTC (rev 102141)
@@ -115,7 +115,7 @@
       'enable_touch_events%': 1,
       'use_skia%': 0,
       'enable_touch_icon_loading%' : 0,
-      'enable_mutation_observers%': 1,
+      'enable_mutation_observers%': 0,
     },
     'use_accelerated_compositing%': '<(use_accelerated_compositing)',
     'enable_skia_text%': '<(enable_skia_text)',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to