Title: [141461] trunk/Source/WebKit/chromium
Revision
141461
Author
tse...@chromium.org
Date
2013-01-31 12:24:04 -0800 (Thu, 31 Jan 2013)

Log 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"

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (141460 => 141461)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-01-31 20:02:25 UTC (rev 141460)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-01-31 20:24:04 UTC (rev 141461)
@@ -1,3 +1,15 @@
+2013-01-31  Tom Sepez  <tse...@chromium.org>
+
+        [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"
+
 2013-01-31  Dan Alcantara  <dfalcant...@chromium.org>
 
         WebFrameTest.DisambiguationPopup is failing

Modified: trunk/Source/WebKit/chromium/features.gypi (141460 => 141461)


--- trunk/Source/WebKit/chromium/features.gypi	2013-01-31 20:02:25 UTC (rev 141460)
+++ trunk/Source/WebKit/chromium/features.gypi	2013-01-31 20:24:04 UTC (rev 141461)
@@ -204,7 +204,7 @@
           'ENABLE_WEB_AUDIO=1',
         ],
       }],
-      ['OS=="linux"', {
+      ['OS=="linux" or OS=="mac"', {
         'feature_defines': [
           'ENABLE_BINDING_INTEGRITY=1',
         ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to