Title: [195079] trunk/Source/WTF
Revision
195079
Author
cdu...@apple.com
Date
2016-01-14 15:00:24 -0800 (Thu, 14 Jan 2016)

Log Message

Unreviewed, rolling out r195035.

Caused 1-3% PLT regression on iOS

Reverted changeset:

"Part 2/2: Stop using USE(CFNETWORK) path on iOS"
https://bugs.webkit.org/show_bug.cgi?id=142540
http://trac.webkit.org/changeset/195035

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (195078 => 195079)


--- trunk/Source/WTF/ChangeLog	2016-01-14 22:44:26 UTC (rev 195078)
+++ trunk/Source/WTF/ChangeLog	2016-01-14 23:00:24 UTC (rev 195079)
@@ -1,3 +1,15 @@
+2016-01-14  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, rolling out r195035.
+
+        Caused 1-3% PLT regression on iOS
+
+        Reverted changeset:
+
+        "Part 2/2: Stop using USE(CFNETWORK) path on iOS"
+        https://bugs.webkit.org/show_bug.cgi?id=142540
+        http://trac.webkit.org/changeset/195035
+
 2016-01-14  David Kilzer  <ddkil...@apple.com>
 
         Part 2/2: Stop using USE(CFNETWORK) path on iOS

Modified: trunk/Source/WTF/wtf/Platform.h (195078 => 195079)


--- trunk/Source/WTF/wtf/Platform.h	2016-01-14 22:44:26 UTC (rev 195078)
+++ trunk/Source/WTF/wtf/Platform.h	2016-01-14 23:00:24 UTC (rev 195079)
@@ -547,6 +547,9 @@
 
 #define HAVE_NETWORK_EXTENSION 1
 #define HAVE_READLINE 1
+#if USE(APPLE_INTERNAL_SDK)
+#define USE_CFNETWORK 1
+#endif
 #define USE_UIKIT_EDITING 1
 #define USE_WEB_THREAD 1
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to