Needed to avoid regressing the layout test editing/pasteboard/drag-and-drop-objectimage-contenteditable.html after the changes in bug #215399
Created attachment 418002 [details] Patch
Comment on attachment 418002 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418002&action=review > Source/WebKit/UIProcess/mac/PageClientImplMac.h:104 > + const String& url, const String& visibleUrl, RefPtr<WebCore::SharedBuffer>&& archiveBuffer, const String& originIdentifier) override; Caps URL here like above?
(In reply to Megan Gardner from comment #2) > Comment on attachment 418002 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=418002&action=review > > > Source/WebKit/UIProcess/mac/PageClientImplMac.h:104 > > + const String& url, const String& visibleUrl, RefPtr<WebCore::SharedBuffer>&& archiveBuffer, const String& originIdentifier) override; > > Caps URL here like above? Good catch! Changed to visibleURL.
Created attachment 418013 [details] Patch for landing
Committed r271685: <https://trac.webkit.org/changeset/271685> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418013 [details].
<rdar://problem/73432762>