Title: [255092] trunk/Source/WebCore
- Revision
- 255092
- Author
- [email protected]
- Date
- 2020-01-24 13:18:58 -0800 (Fri, 24 Jan 2020)
Log Message
Unreviewed, rolling out r255089.
Breaks tvOS build.
Reverted changeset:
"WebCore: Remove iOS 11 macros from
WebItemProviderPasteboard.h"
https://bugs.webkit.org/show_bug.cgi?id=206719
https://trac.webkit.org/changeset/255089
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (255091 => 255092)
--- trunk/Source/WebCore/ChangeLog 2020-01-24 20:57:28 UTC (rev 255091)
+++ trunk/Source/WebCore/ChangeLog 2020-01-24 21:18:58 UTC (rev 255092)
@@ -1,3 +1,16 @@
+2020-01-24 Ryan Haddad <[email protected]>
+
+ Unreviewed, rolling out r255089.
+
+ Breaks tvOS build.
+
+ Reverted changeset:
+
+ "WebCore: Remove iOS 11 macros from
+ WebItemProviderPasteboard.h"
+ https://bugs.webkit.org/show_bug.cgi?id=206719
+ https://trac.webkit.org/changeset/255089
+
2020-01-24 Jonathan Bedard <[email protected]>
WebCore: Remove iOS 11 macros from WebItemProviderPasteboard.h
Modified: trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h (255091 => 255092)
--- trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h 2020-01-24 20:57:28 UTC (rev 255091)
+++ trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h 2020-01-24 21:18:58 UTC (rev 255092)
@@ -23,10 +23,12 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if TARGET_OS_IOS
+#if TARGET_OS_IPHONE
#import <WebCore/AbstractPasteboard.h>
+#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
+
struct CGSize;
typedef NS_ENUM(NSInteger, WebPreferredPresentationStyle) {
@@ -112,4 +114,5 @@
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