Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: third_party/WebKit/Source/core/input/MouseEventManager.cpp

Issue 2759143002: Revert of Check detached status before attempting to clear drag transfer state. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/resources/iframe-drag-dragend-detaches.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/input/MouseEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.cpp b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
index a3c76e6eb62dc9d204bd8d466d57aa8f5d0ee789..8649084de97f92988e9453a00c88478142c24961 100644
--- a/third_party/WebKit/Source/core/input/MouseEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
@@ -936,8 +936,6 @@
}
void MouseEventManager::clearDragDataTransfer() {
- if (!m_frame->page())
- return;
if (dragState().m_dragDataTransfer) {
dragState().m_dragDataTransfer->clearDragImage();
dragState().m_dragDataTransfer->setAccessPolicy(DataTransferNumb);
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/resources/iframe-drag-dragend-detaches.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698