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 0d0235834ddbe0b1224750dee71d58c41f2861b7..cfb425e7198215addc5d72f9e3abe48734763ce4 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -814,7 +814,7 @@ void BrowserPluginGuest::OnDragStatusUpdate(int browser_plugin_instance_id, |
host->DragTargetDragLeave(); |
break; |
case blink::WebDragStatusDrop: |
- host->DragTargetDrop(location, location, 0); |
+ host->DragTargetDrop(drop_data, location, location, 0); |
if (dragged_url_.is_valid()) { |
delegate_->DidDropLink(dragged_url_); |
dragged_url_ = GURL(); |