| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 1c0863b2701d6fae04947915ccfb9fd934a45abf..0f7c13ce31c6d9ec55bb9c349e962872f7c94247 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -262,8 +262,7 @@ void ChromeClientImpl::startDragging(LocalFrame* frame,
|
| const WebPoint& dragImageOffset) {
|
| WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
|
| WebReferrerPolicy policy = webFrame->document().referrerPolicy();
|
| - m_webView->setDoingDragAndDrop(true);
|
| - webFrame->localRoot()->frameWidget()->client()->startDragging(
|
| + webFrame->localRoot()->frameWidget()->startDragging(
|
| policy, dragData, mask, dragImage, dragImageOffset);
|
| }
|
|
|
|
|