Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
index 9ec6c0639a806cfbbee22e5265a81b67437fc492..e4afc349d19c824ad91a1c41b82509f1e457addc 100644 |
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
@@ -1387,7 +1387,7 @@ static void DragAndDropURL(WebViewImpl* webView, const std::string& url) |
const WebPoint clientPoint(0, 0); |
const WebPoint screenPoint(0, 0); |
webView->dragTargetDragEnter(dragData, clientPoint, screenPoint, WebDragOperationCopy, 0); |
- webView->dragTargetDrop(clientPoint, screenPoint, 0); |
+ webView->dragTargetDrop(dragData, clientPoint, screenPoint, 0); |
FrameTestHelpers::pumpPendingRequestsForFrameToLoad(webView->mainFrame()); |
} |