Title: [106313] trunk/Source/WebKit/chromium
Revision
106313
Author
[email protected]
Date
2012-01-30 18:20:42 -0800 (Mon, 30 Jan 2012)

Log Message

Unreviewed, rolling out r106259.
http://trac.webkit.org/changeset/106259
https://bugs.webkit.org/show_bug.cgi?id=77395

Breaks shared builders as they also build webkittests with
-Wexit-time-destructors. (Requested by leviw on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-01-30

* WebKitUnitTests.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (106312 => 106313)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-01-31 02:11:02 UTC (rev 106312)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-01-31 02:20:42 UTC (rev 106313)
@@ -1,3 +1,14 @@
+2012-01-30  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r106259.
+        http://trac.webkit.org/changeset/106259
+        https://bugs.webkit.org/show_bug.cgi?id=77395
+
+        Breaks shared builders as they also build webkittests with
+        -Wexit-time-destructors. (Requested by leviw on #webkit).
+
+        * WebKitUnitTests.gyp:
+
 2012-01-30  Dana Jansens  <[email protected]>
 
         [chromium] Use region reported painted opaque for draw culling

Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (106312 => 106313)


--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-01-31 02:11:02 UTC (rev 106312)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-01-31 02:20:42 UTC (rev 106313)
@@ -51,7 +51,6 @@
         {
             'target_name': 'webkit_unit_tests',
             'type': 'executable',
-            'variables': { 'enable_wexit_time_destructors': 1, },
             'msvs_guid': '7CEFE800-8403-418A-AD6A-2D52C6FC3EAD',
             'dependencies': [
                 'WebKit.gyp:webkit',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to