Title: [230552] trunk/Source/WTF
Revision
230552
Author
s...@apple.com
Date
2018-04-11 18:09:15 -0700 (Wed, 11 Apr 2018)

Log Message

Unreviewed, rolling out r230523.

Introduced MotionMark regression

Reverted changeset:

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

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (230551 => 230552)


--- trunk/Source/WTF/ChangeLog	2018-04-12 00:53:26 UTC (rev 230551)
+++ trunk/Source/WTF/ChangeLog	2018-04-12 01:09:15 UTC (rev 230552)
@@ -1,3 +1,16 @@
+2018-04-11  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        Unreviewed, rolling out r230523.
+
+        Introduced MotionMark regression
+
+        Reverted changeset:
+
+        "Deactivate the WindowServer connection for the WebContent
+        process."
+        https://bugs.webkit.org/show_bug.cgi?id=184451
+        https://trac.webkit.org/changeset/230523
+
 2018-04-11  Per Arne Vollan  <pvol...@apple.com>
 
         Deactivate the WindowServer connection for the WebContent process.

Modified: trunk/Source/WTF/wtf/FeatureDefines.h (230551 => 230552)


--- trunk/Source/WTF/wtf/FeatureDefines.h	2018-04-12 00:53:26 UTC (rev 230551)
+++ trunk/Source/WTF/wtf/FeatureDefines.h	2018-04-12 01:09:15 UTC (rev 230552)
@@ -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