Title: [232237] trunk/Source/WebCore/PAL
- Revision
- 232237
- Author
- [email protected]
- Date
- 2018-05-27 21:31:53 -0700 (Sun, 27 May 2018)
Log Message
Tried to fix the 32-bit USE(APPLE_INTERNAL_SDK) build.
* pal/spi/mac/QuickDrawSPI.h: Import ApplicationServicesPriv.h instead of QuickDrawPriv.h.
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (232236 => 232237)
--- trunk/Source/WebCore/PAL/ChangeLog 2018-05-28 04:21:09 UTC (rev 232236)
+++ trunk/Source/WebCore/PAL/ChangeLog 2018-05-28 04:31:53 UTC (rev 232237)
@@ -1,5 +1,11 @@
2018-05-27 Dan Bernstein <[email protected]>
+ Tried to fix the 32-bit USE(APPLE_INTERNAL_SDK) build.
+
+ * pal/spi/mac/QuickDrawSPI.h: Import ApplicationServicesPriv.h instead of QuickDrawPriv.h.
+
+2018-05-27 Dan Bernstein <[email protected]>
+
[Cocoa] Avoid importing directly from subumbrella frameworks
https://bugs.webkit.org/show_bug.cgi?id=186016
Modified: trunk/Source/WebCore/PAL/pal/spi/mac/QuickDrawSPI.h (232236 => 232237)
--- trunk/Source/WebCore/PAL/pal/spi/mac/QuickDrawSPI.h 2018-05-28 04:21:09 UTC (rev 232236)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/QuickDrawSPI.h 2018-05-28 04:31:53 UTC (rev 232237)
@@ -29,7 +29,7 @@
#if USE(APPLE_INTERNAL_SDK)
-#include <QD/QuickdrawPriv.h>
+#include <ApplicationServices/ApplicationServicesPriv.h>
#else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes