Title: [201572] trunk/Source/WebCore
- Revision
- 201572
- Author
- [email protected]
- Date
- 2016-06-01 14:43:52 -0700 (Wed, 01 Jun 2016)
Log Message
Fix iOS build.
* platform/spi/cg/CoreGraphicsSPI.h: No ColorSync on iOS.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (201571 => 201572)
--- trunk/Source/WebCore/ChangeLog 2016-06-01 21:43:09 UTC (rev 201571)
+++ trunk/Source/WebCore/ChangeLog 2016-06-01 21:43:52 UTC (rev 201572)
@@ -1,3 +1,9 @@
+2016-06-01 Dean Jackson <[email protected]>
+
+ Fix iOS build.
+
+ * platform/spi/cg/CoreGraphicsSPI.h: No ColorSync on iOS.
+
2016-06-01 Chris Dumez <[email protected]>
Crash under eventTargetRespectingTargetRules()
Modified: trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h (201571 => 201572)
--- trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h 2016-06-01 21:43:09 UTC (rev 201571)
+++ trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h 2016-06-01 21:43:52 UTC (rev 201572)
@@ -39,7 +39,9 @@
#if USE(APPLE_INTERNAL_SDK)
+#if PLATFORM(MAC)
#include <ColorSync/ColorSyncPriv.h>
+#endif
#include <CoreGraphics/CGFontCache.h>
#include <CoreGraphics/CoreGraphicsPrivate.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes