Changeset 141461 in webkit


Ignore:
Timestamp:
Jan 31, 2013, 12:24:04 PM (13 years ago)
Author:
tsepez@chromium.org
Message:

[v8] Enable binding integrity on mac
https://bugs.webkit.org/show_bug.cgi?id=108500

Reviewed by Adam Barth.

Patch is correct if existing tests pass without new crashes.

  • features.gypi:

Set ENABLE_BINDING_INTEGRITY=1 when OS=="mac"

Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

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

    r141454 r141461  
     12013-01-31  Tom Sepez  <tsepez@chromium.org>
     2
     3        [v8] Enable binding integrity on mac
     4        https://bugs.webkit.org/show_bug.cgi?id=108500
     5
     6        Reviewed by Adam Barth.
     7
     8        Patch is correct if existing tests pass without new crashes.
     9       
     10        * features.gypi:
     11        Set ENABLE_BINDING_INTEGRITY=1 when OS=="mac"
     12
    1132013-01-31  Dan Alcantara  <dfalcantara@chromium.org>
    214
  • trunk/Source/WebKit/chromium/features.gypi

    r141371 r141461  
    205205        ],
    206206      }],
    207       ['OS=="linux"', {
     207      ['OS=="linux" or OS=="mac"', {
    208208        'feature_defines': [
    209209          'ENABLE_BINDING_INTEGRITY=1',
Note: See TracChangeset for help on using the changeset viewer.