Title: [222265] trunk/Source/WebKit
- Revision
- 222265
- Author
- [email protected]
- Date
- 2017-09-20 09:16:51 -0700 (Wed, 20 Sep 2017)
Log Message
Removed nullable from UIDragItem property
https://bugs.webkit.org/show_bug.cgi?id=176264
<rdar://problem/31144674>
Unreviewed build fix
When a nullable annotation is used in a header file,
the Objective-C compiler forces annotations on the entire
file. Remove an unneeded annotation in UIKitSPI.h so that
we can build in iOS 11.
* Platform/spi/ios/UIKitSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (222264 => 222265)
--- trunk/Source/WebKit/ChangeLog 2017-09-20 16:02:51 UTC (rev 222264)
+++ trunk/Source/WebKit/ChangeLog 2017-09-20 16:16:51 UTC (rev 222265)
@@ -1,3 +1,18 @@
+2017-09-20 Jonathan Bedard <[email protected]>
+
+ Removed nullable from UIDragItem property
+ https://bugs.webkit.org/show_bug.cgi?id=176264
+ <rdar://problem/31144674>
+
+ Unreviewed build fix
+
+ When a nullable annotation is used in a header file,
+ the Objective-C compiler forces annotations on the entire
+ file. Remove an unneeded annotation in UIKitSPI.h so that
+ we can build in iOS 11.
+
+ * Platform/spi/ios/UIKitSPI.h:
+
2017-09-20 Antti Koivisto <[email protected]>
Remove DOM and styling support for CSS Regions
Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (222264 => 222265)
--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2017-09-20 16:02:51 UTC (rev 222264)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2017-09-20 16:16:51 UTC (rev 222265)
@@ -901,7 +901,7 @@
@end
@interface UIDragItem ()
-@property (nonatomic, strong, nullable, setter=_setPrivateLocalContext:, getter=_privateLocalContext) id privateLocalContext;
+@property (nonatomic, strong, setter=_setPrivateLocalContext:, getter=_privateLocalContext) id privateLocalContext;
@end
@protocol UITextInput;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes