Title: [217796] trunk/Source/WebCore
- Revision
- 217796
- Author
- [email protected]
- Date
- 2017-06-05 14:54:06 -0700 (Mon, 05 Jun 2017)
Log Message
Tried to fix the build when targrting macOS 10.12 using the macOS 10.13 developer beta SDK.
* platform/spi/cocoa/IOSurfaceSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (217795 => 217796)
--- trunk/Source/WebCore/ChangeLog 2017-06-05 21:45:28 UTC (rev 217795)
+++ trunk/Source/WebCore/ChangeLog 2017-06-05 21:54:06 UTC (rev 217796)
@@ -1,3 +1,9 @@
+2017-06-05 Dan Bernstein <[email protected]>
+
+ Tried to fix the build when targrting macOS 10.12 using the macOS 10.13 developer beta SDK.
+
+ * platform/spi/cocoa/IOSurfaceSPI.h:
+
2017-06-05 Konstantin Tokarev <[email protected]>
Fix MediaPlayerPrivateMediaFoundation::naturalSize
Modified: trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h (217795 => 217796)
--- trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h 2017-06-05 21:45:28 UTC (rev 217795)
+++ trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h 2017-06-05 21:54:06 UTC (rev 217796)
@@ -88,7 +88,7 @@
#else
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300
#import <IOSurface/IOSurfaceTypes.h>
#else
enum {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes