Title: [255089] trunk/Source/WebCore
Revision
255089
Author
[email protected]
Date
2020-01-24 12:40:52 -0800 (Fri, 24 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 (255088 => 255089)


--- trunk/Source/WebCore/ChangeLog	2020-01-24 20:26:48 UTC (rev 255088)
+++ trunk/Source/WebCore/ChangeLog	2020-01-24 20:40:52 UTC (rev 255089)
@@ -1,3 +1,14 @@
+2020-01-24  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-24  youenn fablet  <[email protected]>
 
         Add support for MediaRecorder.requestData

Modified: trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h (255088 => 255089)


--- trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h	2020-01-24 20:26:48 UTC (rev 255088)
+++ trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h	2020-01-24 20:40:52 UTC (rev 255089)
@@ -23,12 +23,10 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if TARGET_OS_IPHONE
+#if TARGET_OS_IOS
 
 #import <WebCore/AbstractPasteboard.h>
 
-#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
-
 struct CGSize;
 
 typedef NS_ENUM(NSInteger, WebPreferredPresentationStyle) {
@@ -114,5 +112,4 @@
 
 NS_ASSUME_NONNULL_END
 
-#endif // __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
 #endif // TARGET_OS_IPHONE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to