⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 248340 in webkit


Ignore:
Timestamp:
Aug 6, 2019, 11:51:59 PM (7 years ago)
Author:
Kocsen Chung
Message:

Cherry-pick r247635. rdar://problem/54017879

Fix warning when importing WebKit in Swift
https://bugs.webkit.org/show_bug.cgi?id=199914
<rdar://problem/52854930>

Patch by Alex Christensen <achristensen@webkit.org> on 2019-07-18
Reviewed by Wenson Hsieh.

  • UIProcess/API/Cocoa/NSAttributedString.h: Declare NSAttributedString and update a swift name. This fix was proposed by Argyrios Kyrtzidis.

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247635 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-608.1-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-608.1-branch/Source/WebKit/ChangeLog

    r248299 r248340  
     12019-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
    1302019-08-06  Kocsen Chung  <kocsen_chung@apple.com>
    231
  • branches/safari-608.1-branch/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h

    r246447 r248340  
    3333#endif
    3434
     35@class NSAttributedString;
     36
    3537NS_ASSUME_NONNULL_BEGIN
    3638
     
    4244*/
    4345WK_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));
    4547
    4648/*!
Note: See TracChangeset for help on using the changeset viewer.