Changeset 248340 in webkit
- Timestamp:
- Aug 6, 2019, 11:51:59 PM (7 years ago)
- Location:
- branches/safari-608.1-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/NSAttributedString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1-branch/Source/WebKit/ChangeLog
r248299 r248340 1 2019-08-06 Kocsen Chung <kocsen_chung@apple.com> 2 3 Cherry-pick r247635. rdar://problem/54017879 4 5 Fix warning when importing WebKit in Swift 6 https://bugs.webkit.org/show_bug.cgi?id=199914 7 <rdar://problem/52854930> 8 9 Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18 10 Reviewed by Wenson Hsieh. 11 12 * UIProcess/API/Cocoa/NSAttributedString.h: 13 Declare NSAttributedString and update a swift name. 14 This fix was proposed by Argyrios Kyrtzidis. 15 16 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247635 268f45cc-cd09-0410-ab3c-d52691b4dbfc 17 18 2019-07-18 Alex Christensen <achristensen@webkit.org> 19 20 Fix warning when importing WebKit in Swift 21 https://bugs.webkit.org/show_bug.cgi?id=199914 22 <rdar://problem/52854930> 23 24 Reviewed by Wenson Hsieh. 25 26 * UIProcess/API/Cocoa/NSAttributedString.h: 27 Declare NSAttributedString and update a swift name. 28 This fix was proposed by Argyrios Kyrtzidis. 29 1 30 2019-08-06 Kocsen Chung <kocsen_chung@apple.com> 2 31 -
branches/safari-608.1-branch/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h
r246447 r248340 33 33 #endif 34 34 35 @class NSAttributedString; 36 35 37 NS_ASSUME_NONNULL_BEGIN 36 38 … … 42 44 */ 43 45 WK_EXTERN NSAttributedStringDocumentReadingOptionKey const NSReadAccessURLDocumentOption 44 NS_SWIFT_NAME( NSAttributedStringDocumentReadingOptionKey.readAccessURL) WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));46 NS_SWIFT_NAME(readAccessURL) WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA)); 45 47 46 48 /*!
Note:
See TracChangeset
for help on using the changeset viewer.