Title: [106259] trunk/Source/WebKit/chromium
Revision
106259
Author
commit-qu...@webkit.org
Date
2012-01-30 11:06:59 -0800 (Mon, 30 Jan 2012)

Log Message

[chromium] enable -Wexit-time-destructors for webkit unit tests
https://bugs.webkit.org/show_bug.cgi?id=77300

Patch by Ami Fischman <fisch...@chromium.org> on 2012-01-30
Reviewed by Tony Chang.

* WebKitUnitTests.gyp: Enable clang check for exit time destructors.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (106258 => 106259)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-01-30 18:52:16 UTC (rev 106258)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-01-30 19:06:59 UTC (rev 106259)
@@ -1,3 +1,12 @@
+2012-01-30  Ami Fischman  <fisch...@chromium.org>
+
+        [chromium] enable -Wexit-time-destructors for webkit unit tests
+        https://bugs.webkit.org/show_bug.cgi?id=77300
+
+        Reviewed by Tony Chang.
+
+        * WebKitUnitTests.gyp: Enable clang check for exit time destructors.
+
 2012-01-30  Tommy Widenflycht  <tom...@google.com>
 
         [chromium] MediaStream API: Fix a few memory leaks

Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (106258 => 106259)


--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-01-30 18:52:16 UTC (rev 106258)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp	2012-01-30 19:06:59 UTC (rev 106259)
@@ -51,6 +51,7 @@
         {
             '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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to