Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
index d5933128fa01faf526e6b48bd83b588247183f86..08a0799da30733a8419d489946114b62866e9fd5 100644 |
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
@@ -785,7 +785,7 @@ void WebPluginContainerImpl::handleDragEvent(MouseEvent* event) |
if (dragStatus == WebDragStatusUnknown) |
return; |
- DataTransfer* dataTransfer = event->dataTransfer(); |
+ DataTransfer* dataTransfer = event->getDataTransfer(); |
WebDragData dragData = dataTransfer->dataObject()->toWebDragData(); |
WebDragOperationsMask dragOperationMask = static_cast<WebDragOperationsMask>(dataTransfer->sourceOperation()); |
WebPoint dragScreenLocation(event->screenX(), event->screenY()); |