Title: [231314] tags/Safari-606.1.16/Source/WTF
Revision
231314
Author
[email protected]
Date
2018-05-03 10:51:01 -0700 (Thu, 03 May 2018)

Log Message

Revert r230930. rdar://problem/39945965

Modified Paths

Diff

Modified: tags/Safari-606.1.16/Source/WTF/ChangeLog (231313 => 231314)


--- tags/Safari-606.1.16/Source/WTF/ChangeLog	2018-05-03 17:19:57 UTC (rev 231313)
+++ tags/Safari-606.1.16/Source/WTF/ChangeLog	2018-05-03 17:51:01 UTC (rev 231314)
@@ -1,3 +1,7 @@
+2018-05-03  Jason Marcell  <[email protected]>
+
+        Revert r230930. rdar://problem/39945965
+
 2018-05-01  Robin Morisset  <[email protected]>
 
         Correctly detect string overflow when using the 'Function' constructor

Modified: tags/Safari-606.1.16/Source/WTF/wtf/FeatureDefines.h (231313 => 231314)


--- tags/Safari-606.1.16/Source/WTF/wtf/FeatureDefines.h	2018-05-03 17:19:57 UTC (rev 231313)
+++ tags/Safari-606.1.16/Source/WTF/wtf/FeatureDefines.h	2018-05-03 17:51:01 UTC (rev 231314)
@@ -238,7 +238,7 @@
 #endif
 
 #if !defined(ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING)
-#define ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
+#define ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING 0
 #endif
 
 #endif /* PLATFORM(MAC) */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to