Changeset 243212 in webkit


Ignore:
Timestamp:
Mar 20, 2019 9:47:55 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Fix _getContentsAsAttributedStringWithCompletionHandler availability for iOS.
https://bugs.webkit.org/show_bug.cgi?id=195999

Patch by Olivier Robin <olivierrobin@chromium.org> on 2019-03-20
Reviewed by Tim Horton.

  • UIProcess/API/Cocoa/WKWebViewPrivate.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243210 r243212  
     12019-03-20  Olivier Robin  <olivierrobin@chromium.org>
     2
     3        Fix _getContentsAsAttributedStringWithCompletionHandler availability for iOS.
     4        https://bugs.webkit.org/show_bug.cgi?id=195999
     5
     6        Reviewed by Tim Horton.
     7
     8        * UIProcess/API/Cocoa/WKWebViewPrivate.h:
     9
    1102019-03-20  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h

    r243012 r243212  
    365365- (void)_getWebArchiveDataWithCompletionHandler:(void (^)(NSData *, NSError *))completionHandler;
    366366- (void)_getContentsAsStringWithCompletionHandler:(void (^)(NSString *, NSError *))completionHandler WK_API_AVAILABLE(macosx(10.13), ios(11.0));
    367 - (void)_getContentsAsAttributedStringWithCompletionHandler:(void (^)(NSAttributedString *, NSDictionary<NSAttributedStringDocumentAttributeKey, id> *, NSError *))completionHandler WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_MAC_TBA));
     367- (void)_getContentsAsAttributedStringWithCompletionHandler:(void (^)(NSAttributedString *, NSDictionary<NSAttributedStringDocumentAttributeKey, id> *, NSError *))completionHandler WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA));
    368368
    369369- (void)_getApplicationManifestWithCompletionHandler:(void (^)(_WKApplicationManifest *))completionHandler WK_API_AVAILABLE(macosx(10.13.4), ios(11.3));
Note: See TracChangeset for help on using the changeset viewer.