Title: [230660] trunk/Source/WTF
Revision
230660
Author
commit-qu...@webkit.org
Date
2018-04-14 18:42:00 -0700 (Sat, 14 Apr 2018)

Log Message

Unreviewed, rolling out r230659.
https://bugs.webkit.org/show_bug.cgi?id=184633

Landed prematurely (Requested by ap on #webkit).

Reverted changeset:

"Deactivate the WindowServer connection for the WebContent
process."
https://bugs.webkit.org/show_bug.cgi?id=184451
https://trac.webkit.org/changeset/230659

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (230659 => 230660)


--- trunk/Source/WTF/ChangeLog	2018-04-14 17:57:52 UTC (rev 230659)
+++ trunk/Source/WTF/ChangeLog	2018-04-15 01:42:00 UTC (rev 230660)
@@ -1,3 +1,17 @@
+2018-04-14  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, rolling out r230659.
+        https://bugs.webkit.org/show_bug.cgi?id=184633
+
+        Landed prematurely (Requested by ap on #webkit).
+
+        Reverted changeset:
+
+        "Deactivate the WindowServer connection for the WebContent
+        process."
+        https://bugs.webkit.org/show_bug.cgi?id=184451
+        https://trac.webkit.org/changeset/230659
+
 2018-04-14  Per Arne Vollan  <pvol...@apple.com>
 
         Deactivate the WindowServer connection for the WebContent process.

Modified: trunk/Source/WTF/wtf/FeatureDefines.h (230659 => 230660)


--- trunk/Source/WTF/wtf/FeatureDefines.h	2018-04-14 17:57:52 UTC (rev 230659)
+++ trunk/Source/WTF/wtf/FeatureDefines.h	2018-04-15 01:42:00 UTC (rev 230660)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to