Title: [255144] trunk/Source/WebCore
Revision
255144
Author
[email protected]
Date
2020-01-27 07:44:25 -0800 (Mon, 27 Jan 2020)

Log Message

WebCore: Remove iOS 11 macros from WebItemProviderPasteboard.h
https://bugs.webkit.org/show_bug.cgi?id=206719

Reviewed by Tim Horton.

No functional changes, covered by existing tests.

* platform/ios/WebItemProviderPasteboard.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (255143 => 255144)


--- trunk/Source/WebCore/ChangeLog	2020-01-27 15:25:34 UTC (rev 255143)
+++ trunk/Source/WebCore/ChangeLog	2020-01-27 15:44:25 UTC (rev 255144)
@@ -1,3 +1,14 @@
+2020-01-27  Jonathan Bedard  <[email protected]>
+
+        WebCore: Remove iOS 11 macros from WebItemProviderPasteboard.h
+        https://bugs.webkit.org/show_bug.cgi?id=206719
+
+        Reviewed by Tim Horton.
+
+        No functional changes, covered by existing tests.
+
+        * platform/ios/WebItemProviderPasteboard.h:
+
 2020-01-27  Zalan Bujtas  <[email protected]>
 
         [LFC][IFC] Display::Run has physical geometry only.

Modified: trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h (255143 => 255144)


--- trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h	2020-01-27 15:25:34 UTC (rev 255143)
+++ trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h	2020-01-27 15:44:25 UTC (rev 255144)
@@ -23,11 +23,9 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if TARGET_OS_IPHONE
-
 #import <WebCore/AbstractPasteboard.h>
 
-#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
+#if TARGET_OS_IOS
 
 struct CGSize;
 
@@ -114,5 +112,4 @@
 
 NS_ASSUME_NONNULL_END
 
-#endif // __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
-#endif // TARGET_OS_IPHONE
+#endif // TARGET_OS_IOS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to