Index: chrome/browser/views/tab_contents/tab_contents_view_win.cc |
diff --git a/chrome/browser/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/views/tab_contents/tab_contents_view_win.cc |
index 543cff4b1a2cfcd6ae6d1e50fc9c368086e0f3cd..cd785d6460334e2a2ffcc5e106754896e6ba2c31 100644 |
--- a/chrome/browser/views/tab_contents/tab_contents_view_win.cc |
+++ b/chrome/browser/views/tab_contents/tab_contents_view_win.cc |
@@ -178,8 +178,7 @@ void TabContentsViewWin::StartDragging(const WebDropData& drop_data) { |
if (!drop_data.plain_text.empty()) |
data->SetString(drop_data.plain_text); |
- drag_source_ = new WebDragSource(GetNativeView(), |
- tab_contents()->render_view_host()); |
+ drag_source_ = new WebDragSource(GetNativeView(), tab_contents()); |
DWORD effects; |