Changeset 106259 in webkit


Ignore:
Timestamp:
Jan 30, 2012 11:06:59 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

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

  • WebKitUnitTests.gyp: Enable clang check for exit time destructors.
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r106256 r106259  
     12012-01-30  Ami Fischman  <fischman@chromium.org>
     2
     3        [chromium] enable -Wexit-time-destructors for webkit unit tests
     4        https://bugs.webkit.org/show_bug.cgi?id=77300
     5
     6        Reviewed by Tony Chang.
     7
     8        * WebKitUnitTests.gyp: Enable clang check for exit time destructors.
     9
    1102012-01-30  Tommy Widenflycht  <tommyw@google.com>
    211
  • trunk/Source/WebKit/chromium/WebKitUnitTests.gyp

    r105449 r106259  
    5252            'target_name': 'webkit_unit_tests',
    5353            'type': 'executable',
     54            'variables': { 'enable_wexit_time_destructors': 1, },
    5455            'msvs_guid': '7CEFE800-8403-418A-AD6A-2D52C6FC3EAD',
    5556            'dependencies': [
Note: See TracChangeset for help on using the changeset viewer.