Title: [200211] trunk/Source/WebKit/mac
Revision
200211
Author
[email protected]
Date
2016-04-28 14:41:19 -0700 (Thu, 28 Apr 2016)

Log Message

Another fix for the Apple Internal OS X build
<rdar://problem/25989808>

Reviewed by Anders Carlsson.

* WebView/WebPDFView.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (200210 => 200211)


--- trunk/Source/WebKit/mac/ChangeLog	2016-04-28 21:39:34 UTC (rev 200210)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-04-28 21:41:19 UTC (rev 200211)
@@ -1,5 +1,14 @@
 2016-04-28  Daniel Bates  <[email protected]>
 
+        Another fix for the Apple Internal OS X build
+        <rdar://problem/25989808>
+
+        Reviewed by Anders Carlsson.
+
+        * WebView/WebPDFView.h:
+
+2016-04-28  Daniel Bates  <[email protected]>
+
         Fix the Apple Internal OS X build
 
         * WebView/WebPDFView.h: Import PDFKit for definition of protocol PDFViewDelegate.

Modified: trunk/Source/WebKit/mac/WebView/WebPDFView.h (200210 => 200211)


--- trunk/Source/WebKit/mac/WebView/WebPDFView.h	2016-04-28 21:39:34 UTC (rev 200210)
+++ trunk/Source/WebKit/mac/WebView/WebPDFView.h	2016-04-28 21:41:19 UTC (rev 200211)
@@ -33,7 +33,8 @@
 
 @class WebDataSource;
 
-#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
+// FIXME: Remove the __has_include() below. See <rdar://problem/25989808>.
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200 || !__has_include(<CalendarUI/NSAppearance+CalUIAdditions.h>)
 @protocol PDFViewDelegate <NSObject>
 @end
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to