Title: [200513] trunk/Source/WebKit/mac
Revision
200513
Author
dba...@webkit.org
Date
2016-05-06 09:57:09 -0700 (Fri, 06 May 2016)

Log Message

Remove workaround for Apple Internal bots
<rdar://problem/25989808>

Reverts the workaround added in r200211 as it is no longer needed.

* WebView/WebPDFView.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (200512 => 200513)


--- trunk/Source/WebKit/mac/ChangeLog	2016-05-06 16:18:01 UTC (rev 200512)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-05-06 16:57:09 UTC (rev 200513)
@@ -1,3 +1,12 @@
+2016-05-06  Daniel Bates  <daba...@apple.com>
+
+        Remove workaround for Apple Internal bots
+        <rdar://problem/25989808>
+
+        Reverts the workaround added in r200211 as it is no longer needed.
+
+        * WebView/WebPDFView.h:
+
 2016-05-02  Daniel Bates  <daba...@apple.com>
 
         CSP: Add workaround for XtraMath

Modified: trunk/Source/WebKit/mac/WebView/WebPDFView.h (200512 => 200513)


--- trunk/Source/WebKit/mac/WebView/WebPDFView.h	2016-05-06 16:18:01 UTC (rev 200512)
+++ trunk/Source/WebKit/mac/WebView/WebPDFView.h	2016-05-06 16:57:09 UTC (rev 200513)
@@ -33,8 +33,7 @@
 
 @class WebDataSource;
 
-// FIXME: Remove the __has_include() below. See <rdar://problem/25989808>.
-#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200 || !__has_include(<CalendarUI/NSAppearance+CalUIAdditions.h>)
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
 @protocol PDFViewDelegate <NSObject>
 @end
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to