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 fd0c173ed0b97c250546934846d0ac482e19d88b..9cff1993cd5c0b940f445acc21143cee776d4fa7 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -813,7 +813,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(); |