Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index d0f1049b8df1423ba0c6748801580955f68ac945..fe73168512c7f37ca5556cec88ab22ac97f29724 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -820,7 +820,7 @@ void BrowserPluginGuest::OnDragStatusUpdate(int browser_plugin_instance_id, |
host->DragTargetDragLeave(); |
break; |
case blink::WebDragStatusDrop: |
- host->DragTargetDrop(location, location, 0); |
+ host->DragTargetDrop(DropData(), false, location, location, 0); |
if (dragged_url_.is_valid()) { |
delegate_->DidDropLink(dragged_url_); |
dragged_url_ = GURL(); |