| Index: third_party/WebKit/Source/core/events/FocusEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/FocusEvent.cpp b/third_party/WebKit/Source/core/events/FocusEvent.cpp
|
| index 5be36bdfdff51173b4d7e0a53380535316e01f25..a43489c23ad531a3bb0023545d7b9fe23044f25a 100644
|
| --- a/third_party/WebKit/Source/core/events/FocusEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/FocusEvent.cpp
|
| @@ -45,7 +45,7 @@ FocusEvent::FocusEvent()
|
| }
|
|
|
| FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget, InputDeviceCapabilities* sourceCapabilities)
|
| - : UIEvent(type, canBubble, cancelable, view, detail, sourceCapabilities)
|
| + : UIEvent(type, canBubble, cancelable, relatedTarget, view, detail, sourceCapabilities)
|
| , m_relatedTarget(relatedTarget)
|
| {
|
| }
|
|
|