| Index: third_party/WebKit/Source/core/events/RelatedEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/RelatedEvent.cpp b/third_party/WebKit/Source/core/events/RelatedEvent.cpp
|
| index 1285141ba90ee04f59f1c1d349471c63064a51a6..a214507c5cf7bc8dec5f4d1619bc4c823ce17f9b 100644
|
| --- a/third_party/WebKit/Source/core/events/RelatedEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/RelatedEvent.cpp
|
| @@ -30,7 +30,7 @@ RelatedEvent::RelatedEvent()
|
| }
|
|
|
| RelatedEvent::RelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, EventTarget* relatedTarget)
|
| - : Event(type, canBubble, cancelable, relatedTarget)
|
| + : Event(type, canBubble, cancelable)
|
| , m_relatedTarget(relatedTarget)
|
| {
|
| }
|
|
|