Title: [226035] trunk/Source/WTF
Revision
226035
Author
csaave...@igalia.com
Date
2017-12-18 07:25:58 -0800 (Mon, 18 Dec 2017)

Log Message

[GTK][Darwin] Do not define mach exceptions for GTK+

Rubber-stamped by Michael Catanzaro.
* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (226034 => 226035)


--- trunk/Source/WTF/ChangeLog	2017-12-18 13:43:15 UTC (rev 226034)
+++ trunk/Source/WTF/ChangeLog	2017-12-18 15:25:58 UTC (rev 226035)
@@ -1,3 +1,10 @@
+2017-12-18  Claudio Saavedra  <csaave...@igalia.com>
+
+        [GTK][Darwin] Do not define mach exceptions for GTK+
+
+        Rubber-stamped by Michael Catanzaro.
+        * wtf/Platform.h:
+
 2017-12-17  Yusuke Suzuki  <utatane....@gmail.com>
 
         [FTL] NewArrayBuffer should be sinked if it is only used for spreading

Modified: trunk/Source/WTF/wtf/Platform.h (226034 => 226035)


--- trunk/Source/WTF/wtf/Platform.h	2017-12-18 13:43:15 UTC (rev 226034)
+++ trunk/Source/WTF/wtf/Platform.h	2017-12-18 15:25:58 UTC (rev 226035)
@@ -668,7 +668,7 @@
 #define HAVE_READLINE 1
 #define HAVE_SYS_TIMEB_H 1
 
-#if __has_include(<mach/mach_exc.defs>)
+#if __has_include(<mach/mach_exc.defs>) && !PLATFORM(GTK)
 #define HAVE_MACH_EXCEPTIONS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to