Title: [229792] trunk/Source/WebCore
- Revision
- 229792
- Author
- [email protected]
- Date
- 2018-03-21 00:08:25 -0700 (Wed, 21 Mar 2018)
Log Message
Fix the build
* platform/network/cf/FormDataStreamCFNet.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (229791 => 229792)
--- trunk/Source/WebCore/ChangeLog 2018-03-21 06:44:12 UTC (rev 229791)
+++ trunk/Source/WebCore/ChangeLog 2018-03-21 07:08:25 UTC (rev 229792)
@@ -1,3 +1,9 @@
+2018-03-21 Timothy Horton <[email protected]>
+
+ Fix the build
+
+ * platform/network/cf/FormDataStreamCFNet.cpp:
+
2018-03-20 Tim Horton <[email protected]>
Introduce HAVE_MEDIA_PLAYER and HAVE_CORE_VIDEO
Modified: trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp (229791 => 229792)
--- trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp 2018-03-21 06:44:12 UTC (rev 229791)
+++ trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp 2018-03-21 07:08:25 UTC (rev 229792)
@@ -42,7 +42,9 @@
#include <wtf/StdLibExtras.h>
#include <wtf/Threading.h>
-#if PLATFORM(IOS)
+#if ENABLE(MINIMAL_SIMULATOR)
+#include <MobileCoreServices/MobileCoreServices.h>
+#elif 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