SSIA
Created attachment 395459 [details] Patch
Comment on attachment 395459 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395459&action=review > Source/WebCore/platform/ios/WebItemProviderPasteboard.mm:859 > + NSLog(@"%s - %@", __PRETTY_FUNCTION__, lists); NSLog?
Comment on attachment 395459 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395459&action=review >> Source/WebCore/platform/ios/WebItemProviderPasteboard.mm:859 >> + NSLog(@"%s - %@", __PRETTY_FUNCTION__, lists); > > NSLog? Yes (this is so that it shows up in the run-api-tests’ output when the test fails). My plan is to continue adding these (and removing old ones along the way) until I have a speculative fix, after which I can just remove all of them.
Committed r259534: <https://trac.webkit.org/changeset/259534> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395459 [details].