Changeset 268842 in webkit
- Timestamp:
- Oct 21, 2020, 3:41:17 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Platform/spi/ios/UIKitSPI.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r268796 r268842 1 2020-10-21 Aditya Keerthi <akeerthi@apple.com> 2 3 Remove unused UIDocumentMenuViewController SPI declarations 4 https://bugs.webkit.org/show_bug.cgi?id=218053 5 6 Reviewed by Tim Horton. 7 8 UIDocumentMenuViewController is deprecated and its last 9 use was removed in r258092. 10 11 * Platform/spi/ios/UIKitSPI.h: 12 1 13 2020-10-21 Alex Christensen <achristensen@webkit.org> 2 14 -
trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h
r266404 r268842 40 40 #import <UIKit/UIDatePicker_Private.h> 41 41 #import <UIKit/UIDevice_Private.h> 42 #import <UIKit/UIDocumentMenuViewController_Private.h>43 42 #import <UIKit/UIDocumentPasswordView.h> 44 43 #import <UIKit/UIDocumentPickerViewController_Private.h> … … 964 963 @end 965 964 966 @interface UIDocumentMenuViewController ()967 - (instancetype)_initIgnoringApplicationEntitlementForImportOfTypes:(NSArray *)types;968 @end969 970 965 @protocol UIDocumentPasswordViewDelegate; 971 966
Note:
See TracChangeset
for help on using the changeset viewer.