[webkit-reviews] review granted: [Bug 173927] [iOS DnD] [WK2] Dragged content flashes after the preview sets down when cancelling a drag : [Attachment 314061] Adjust for UIKit changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 15:45:58 PDT 2017


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 173927: [iOS DnD] [WK2] Dragged content flashes after the preview sets down
when cancelling a drag
https://bugs.webkit.org/show_bug.cgi?id=173927

Attachment 314061: Adjust for UIKit changes

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




--- Comment #7 from Tim Horton <thorton at apple.com> ---
Comment on attachment 314061
  --> https://bugs.webkit.org/attachment.cgi?id=314061
Adjust for UIKit changes

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

> Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:4674
> +    RetainPtr<WKContentView> protectedSelf(self);

makeRetainPtr? protectedSelf = makeRetainPtr(self)


More information about the webkit-reviews mailing list