Title: [102102] trunk/Source/WebKit/chromium
Revision
102102
Author
[email protected]
Date
2011-12-05 23:49:49 -0800 (Mon, 05 Dec 2011)

Log Message

[MutationObservers] Enable in Chromium trunk
https://bugs.webkit.org/show_bug.cgi?id=73851

Patch by Rafael Weinstein <[email protected]> on 2011-12-05
Reviewed by Ojan Vafai.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102101 => 102102)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-06 07:45:24 UTC (rev 102101)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-06 07:49:49 UTC (rev 102102)
@@ -1,3 +1,12 @@
+2011-12-05  Rafael Weinstein  <[email protected]>
+
+        [MutationObservers] Enable in Chromium trunk
+        https://bugs.webkit.org/show_bug.cgi?id=73851
+
+        Reviewed by Ojan Vafai.
+
+        * features.gypi:
+
 2011-12-05  James Robinson  <[email protected]>
 
         chromium build fix

Modified: trunk/Source/WebKit/chromium/features.gypi (102101 => 102102)


--- trunk/Source/WebKit/chromium/features.gypi	2011-12-06 07:45:24 UTC (rev 102101)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-12-06 07:49:49 UTC (rev 102102)
@@ -115,7 +115,7 @@
       'enable_touch_events%': 1,
       'use_skia%': 0,
       'enable_touch_icon_loading%' : 0,
-      'enable_mutation_observers%': 0,
+      'enable_mutation_observers%': 1,
     },
     '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