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 9512e6cd8dceabeb32f05a5d9986f934fc0fdf25..30af98cef1b4c95c57aa43245158f963d71a671f 100644 |
--- a/third_party/WebKit/Source/core/events/DragEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/DragEvent.cpp |
@@ -21,7 +21,7 @@ DragEvent* DragEvent::create(const AtomicString& type, |
int windowY, |
int movementX, |
int movementY, |
- PlatformEvent::Modifiers modifiers, |
+ WebInputEvent::Modifiers modifiers, |
short button, |
unsigned short buttons, |
EventTarget* relatedTarget, |
@@ -50,7 +50,7 @@ DragEvent::DragEvent(const AtomicString& eventType, |
int windowY, |
int movementX, |
int movementY, |
- PlatformEvent::Modifiers modifiers, |
+ WebInputEvent::Modifiers modifiers, |
short button, |
unsigned short buttons, |
EventTarget* relatedTarget, |