Index: components/test_runner/event_sender.cc |
diff --git a/components/test_runner/event_sender.cc b/components/test_runner/event_sender.cc |
index 62caa03f9a64ee80891ba95590780610a32099b0..12957907e897da41805fb96db92bc5ce20f2dd04 100644 |
--- a/components/test_runner/event_sender.cc |
+++ b/components/test_runner/event_sender.cc |
@@ -2652,7 +2652,8 @@ void EventSender::FinishDragAndDrop(const WebMouseEvent& e, |
if (current_drag_effect_) { |
// Specifically pass any keyboard modifiers to the drop method. This allows |
// tests to control the drop type (i.e. copy or move). |
- view()->dragTargetDrop(client_point, screen_point, e.modifiers); |
+ view()->dragTargetDrop(current_drag_data_, client_point, screen_point, |
+ e.modifiers); |
} else { |
view()->dragTargetDragLeave(); |
} |