Index: chrome/browser/tab_contents/web_drop_target_win.cc |
diff --git a/chrome/browser/tab_contents/web_drop_target_win.cc b/chrome/browser/tab_contents/web_drop_target_win.cc |
index b137317538754e7325697ca8d732b6480f477846..dfb85005d02f51e24723ea351e403553af3eb6b5 100644 |
--- a/chrome/browser/tab_contents/web_drop_target_win.cc |
+++ b/chrome/browser/tab_contents/web_drop_target_win.cc |
@@ -106,7 +106,7 @@ DWORD WebDropTarget::OnDragEnter(IDataObject* data_object, |
// TODO(tc): PopulateWebDropData can be slow depending on what is in the |
// IDataObject. Maybe we can do this in a background thread. |
- WebDropData drop_data(GetDragIdentity()); |
+ WebDropData drop_data; |
WebDropData::PopulateWebDropData(data_object, &drop_data); |
if (drop_data.url.is_empty()) |