Title: [264462] trunk/Source/WebCore/PAL
- Revision
- 264462
- Author
- [email protected]
- Date
- 2020-07-16 09:29:25 -0700 (Thu, 16 Jul 2020)
Log Message
[Big Sur] Build on Seed 1 (Follow-up Fix)
https://bugs.webkit.org/show_bug.cgi?id=214396
<rdar://problem/65644762>
Unreviewed follow-up fix.
* pal/spi/cg/CoreGraphicsSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (264461 => 264462)
--- trunk/Source/WebCore/PAL/ChangeLog 2020-07-16 16:28:49 UTC (rev 264461)
+++ trunk/Source/WebCore/PAL/ChangeLog 2020-07-16 16:29:25 UTC (rev 264462)
@@ -1,5 +1,15 @@
2020-07-16 Jonathan Bedard <[email protected]>
+ [Big Sur] Build on Seed 1 (Follow-up Fix)
+ https://bugs.webkit.org/show_bug.cgi?id=214396
+ <rdar://problem/65644762>
+
+ Unreviewed follow-up fix.
+
+ * pal/spi/cg/CoreGraphicsSPI.h:
+
+2020-07-16 Jonathan Bedard <[email protected]>
+
[Big Sur] Build on Seed 1
https://bugs.webkit.org/show_bug.cgi?id=214396
<rdar://problem/65644762>
Modified: trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h (264461 => 264462)
--- trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h 2020-07-16 16:28:49 UTC (rev 264461)
+++ trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h 2020-07-16 16:29:25 UTC (rev 264462)
@@ -339,7 +339,7 @@
#endif // PLATFORM(MAC)
-#if ENABLE(PDFKIT_PLUGIN)
+#if ENABLE(PDFKIT_PLUGIN) && !USE(APPLE_INTERNAL_SDK)
extern const off_t kCGDataProviderIndeterminateSize;
extern const CFStringRef kCGDataProviderHasHighLatency;
@@ -360,6 +360,6 @@
void *info, off_t size,
const CGDataProviderDirectAccessRangesCallbacks *);
-#endif // ENABLE(PDFKIT_PLUGIN)
+#endif // ENABLE(PDFKIT_PLUGIN) && !USE(APPLE_INTERNAL_SDK)
WTF_EXTERN_C_END
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes