Title: [235522] tags/Safari-607.1.4/Source/WebCore
Revision
235522
Author
[email protected]
Date
2018-08-30 13:47:30 -0700 (Thu, 30 Aug 2018)

Log Message

Revert r235363. rdar://problem/43899483

Modified Paths

Diff

Modified: tags/Safari-607.1.4/Source/WebCore/ChangeLog (235521 => 235522)


--- tags/Safari-607.1.4/Source/WebCore/ChangeLog	2018-08-30 20:31:32 UTC (rev 235521)
+++ tags/Safari-607.1.4/Source/WebCore/ChangeLog	2018-08-30 20:47:30 UTC (rev 235522)
@@ -1,3 +1,7 @@
+2018-08-30  Babak Shafiei  <[email protected]>
+
+        Revert r235363. rdar://problem/43899483
+
 2018-08-29  Ali Juma  <[email protected]>
 
         [IntersectionObserver]  Implement intersection logic for the same-document implicit root case

Modified: tags/Safari-607.1.4/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp (235521 => 235522)


--- tags/Safari-607.1.4/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp	2018-08-30 20:31:32 UTC (rev 235521)
+++ tags/Safari-607.1.4/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp	2018-08-30 20:47:30 UTC (rev 235522)
@@ -42,7 +42,7 @@
 #include <wtf/StdLibExtras.h>
 #include <wtf/Threading.h>
 
-#if PLATFORM(IOS) && !PLATFORM(IOSMAC)
+#if PLATFORM(IOS)
 static const SInt32 fnfErr = -43;
 #elif PLATFORM(MAC)
 #include <CoreServices/CoreServices.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to