Changeset 141461 in webkit
- Timestamp:
- Jan 31, 2013, 12:24:04 PM (13 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r141454 r141461 1 2013-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 1 13 2013-01-31 Dan Alcantara <dfalcantara@chromium.org> 2 14 -
trunk/Source/WebKit/chromium/features.gypi
r141371 r141461 205 205 ], 206 206 }], 207 ['OS=="linux" ', {207 ['OS=="linux" or OS=="mac"', { 208 208 'feature_defines': [ 209 209 'ENABLE_BINDING_INTEGRITY=1',
Note:
See TracChangeset
for help on using the changeset viewer.