<rdar://problem/35355731>
Created attachment 327955 [details] First pass
Created attachment 327978 [details] Patch
Comment on attachment 327978 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327978&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:275 > + resultError = retainPtr(error); Why even the retainPtr()?
Comment on attachment 327978 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327978&action=review >> Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:275 >> + resultError = retainPtr(error); > > Why even the retainPtr()? True, explicit retainPtr()'s unneeded here. Removed!
Created attachment 328165 [details] Patch for landing
Comment on attachment 328165 [details] Patch for landing Clearing flags on attachment: 328165 Committed r225422: <https://trac.webkit.org/changeset/225422>