Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index 9ce9b02091ede71e7879a92345519e59b8ce1237..0603715e990d4d7606896b0a495ec5112beec97c 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -117,8 +117,8 @@ static PlatformMouseEvent createMouseEvent(DragData* dragData) |
bool metaKey = static_cast<bool>(keyState & PlatformEvent::MetaKey); |
return PlatformMouseEvent(dragData->clientPosition(), dragData->globalPosition(), |
- LeftButton, PlatformEvent::MouseMoved, 0, shiftKey, ctrlKey, altKey, |
- metaKey, currentTime()); |
+ LeftButton, PlatformEvent::MouseMoved, 0, shiftKey, ctrlKey, altKey, |
+ metaKey, PlatformMouseEvent::RealOrIndistinguishable, currentTime()); |
} |
static PassRefPtrWillBeRawPtr<DataTransfer> createDraggingDataTransfer(DataTransferAccessPolicy policy, DragData* dragData) |