[webkit-reviews] review granted: [Bug 198641] [iOS] At least 6 API tests are failing due to an exception when writing NSAttributedString to the pasteboard : [Attachment 371559] Fix open source build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 6 23:25:46 PDT 2019


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 198641: [iOS] At least 6 API tests are failing due to an exception when
writing NSAttributedString to the pasteboard
https://bugs.webkit.org/show_bug.cgi?id=198641

Attachment 371559: Fix open source build

https://bugs.webkit.org/attachment.cgi?id=371559&action=review




--- Comment #4 from Tim Horton <thorton at apple.com> ---
Comment on attachment 371559
  --> https://bugs.webkit.org/attachment.cgi?id=371559
Fix open source build

View in context: https://bugs.webkit.org/attachment.cgi?id=371559&action=review

> Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:291
> +	   swizzler =
std::make_unique<ClassMethodSwizzler>(NSAttributedString.class,
@selector(writableTypeIdentifiersForItemProvider),
reinterpret_cast<IMP>(writableTypeIdentifiersForItemProviderWithoutPublicRTFD))
;

🤨


More information about the webkit-reviews mailing list