Title: [268842] trunk/Source/WebKit
- Revision
- 268842
- Author
- [email protected]
- Date
- 2020-10-21 15:41:17 -0700 (Wed, 21 Oct 2020)
Log Message
Remove unused UIDocumentMenuViewController SPI declarations
https://bugs.webkit.org/show_bug.cgi?id=218053
Reviewed by Tim Horton.
UIDocumentMenuViewController is deprecated and its last
use was removed in r258092.
* Platform/spi/ios/UIKitSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (268841 => 268842)
--- trunk/Source/WebKit/ChangeLog 2020-10-21 22:38:09 UTC (rev 268841)
+++ trunk/Source/WebKit/ChangeLog 2020-10-21 22:41:17 UTC (rev 268842)
@@ -1,3 +1,15 @@
+2020-10-21 Aditya Keerthi <[email protected]>
+
+ Remove unused UIDocumentMenuViewController SPI declarations
+ https://bugs.webkit.org/show_bug.cgi?id=218053
+
+ Reviewed by Tim Horton.
+
+ UIDocumentMenuViewController is deprecated and its last
+ use was removed in r258092.
+
+ * Platform/spi/ios/UIKitSPI.h:
+
2020-10-21 Alex Christensen <[email protected]>
Don't crash when deallocating WKWebView during TLS handshake
Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (268841 => 268842)
--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2020-10-21 22:38:09 UTC (rev 268841)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2020-10-21 22:41:17 UTC (rev 268842)
@@ -39,7 +39,6 @@
#import <UIKit/UIContextMenuConfiguration.h>
#import <UIKit/UIDatePicker_Private.h>
#import <UIKit/UIDevice_Private.h>
-#import <UIKit/UIDocumentMenuViewController_Private.h>
#import <UIKit/UIDocumentPasswordView.h>
#import <UIKit/UIDocumentPickerViewController_Private.h>
#import <UIKit/UIFont_Private.h>
@@ -963,10 +962,6 @@
@property (nonatomic) BOOL inputViewObeysDOMFocus;
@end
-@interface UIDocumentMenuViewController ()
-- (instancetype)_initIgnoringApplicationEntitlementForImportOfTypes:(NSArray *)types;
-@end
-
@protocol UIDocumentPasswordViewDelegate;
@interface UIDocumentPasswordView : UIView <UITextFieldDelegate>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes