Title: [223926] trunk/Source/WTF
- Revision
- 223926
- Author
- [email protected]
- Date
- 2017-10-24 14:48:10 -0700 (Tue, 24 Oct 2017)
Log Message
WTF: Eliminated PLATFORM checks for HAVE_MACH_EXCEPTIONS
https://bugs.webkit.org/show_bug.cgi?id=178747
Reviewed by Saam Barati.
Removed unnecessary PLATFORM checks as they can cause build failures
when the include file is present.
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (223925 => 223926)
--- trunk/Source/WTF/ChangeLog 2017-10-24 21:46:41 UTC (rev 223925)
+++ trunk/Source/WTF/ChangeLog 2017-10-24 21:48:10 UTC (rev 223926)
@@ -1,3 +1,15 @@
+2017-10-24 Michael Saboff <[email protected]>
+
+ WTF: Eliminated PLATFORM checks for HAVE_MACH_EXCEPTIONS
+ https://bugs.webkit.org/show_bug.cgi?id=178747
+
+ Reviewed by Saam Barati.
+
+ Removed unnecessary PLATFORM checks as they can cause build failures
+ when the include file is present.
+
+ * wtf/Platform.h:
+
2017-10-23 Yusuke Suzuki <[email protected]>
[JSC] Use fastJoin in Array#toString
Modified: trunk/Source/WTF/wtf/Platform.h (223925 => 223926)
--- trunk/Source/WTF/wtf/Platform.h 2017-10-24 21:46:41 UTC (rev 223925)
+++ trunk/Source/WTF/wtf/Platform.h 2017-10-24 21:48:10 UTC (rev 223926)
@@ -661,7 +661,7 @@
#define HAVE_READLINE 1
#define HAVE_SYS_TIMEB_H 1
-#if __has_include(<mach/mach_exc.defs>) && !(PLATFORM(WATCHOS) || PLATFORM(APPLETV))
+#if __has_include(<mach/mach_exc.defs>)
#define HAVE_MACH_EXCEPTIONS 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes