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

Unified Diff: third_party/WebKit/Source/core/events/DragEvent.cpp

Issue 1754543002: hello Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/events/DragEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/DragEvent.cpp b/third_party/WebKit/Source/core/events/DragEvent.cpp
index 9baa4b83fe048abfe77f87226b376d33557743f2..501b8771c69de580fcbcbebdb0d26d3908dbaa91 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.cpp
+++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
@@ -46,7 +46,7 @@ DragEvent::DragEvent(const AtomicString& eventType, bool canBubble, bool cancela
PlatformMouseEvent::SyntheticEventType syntheticEventType)
: MouseEvent(eventType, canBubble, cancelable, view, detail, screenX, screenY,
windowX, windowY, movementX, movementY, modifiers, button, buttons, relatedTarget,
- platformTimeStamp, syntheticEventType)
+ platformTimeStamp, syntheticEventType, String())
, m_dataTransfer(dataTransfer)
{
« no previous file with comments | « third_party/WebKit/Source/core/dom/TouchInit.idl ('k') | third_party/WebKit/Source/core/events/MouseEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698