Index: third_party/WebKit/Source/core/events/DragEvent.h |
diff --git a/third_party/WebKit/Source/core/events/DragEvent.h b/third_party/WebKit/Source/core/events/DragEvent.h |
index e1d6fcb85864b3afb33daa0892fff1ffce2fc61a..2bdef6ef886856c9e7d206071aeda900ae77ff3b 100644 |
--- a/third_party/WebKit/Source/core/events/DragEvent.h |
+++ b/third_party/WebKit/Source/core/events/DragEvent.h |
@@ -40,8 +40,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent { |
EventTarget* relatedTarget, |
TimeTicks platformTimeStamp, |
DataTransfer*, |
- PlatformMouseEvent::SyntheticEventType = |
- PlatformMouseEvent::RealOrIndistinguishable); |
+ SyntheticEventType = RealOrIndistinguishable); |
static DragEvent* create(const AtomicString& type, |
const DragEventInit& initializer) { |
@@ -79,7 +78,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent { |
EventTarget* relatedTarget, |
TimeTicks platformTimeStamp, |
DataTransfer*, |
- PlatformMouseEvent::SyntheticEventType); |
+ SyntheticEventType); |
DragEvent(const AtomicString& type, const DragEventInit&); |