| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 2c1032aecb501ccaef1f27cde55e16e3374f9b11..562818bc489268d2705db002be931d20c22c1dc0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -872,7 +872,7 @@
|
| m_editor(Editor::create(*this)),
|
| m_spellChecker(SpellChecker::create(*this)),
|
| m_selection(FrameSelection::create(this)),
|
| - m_eventHandler(new EventHandler(*this)),
|
| + m_eventHandler(new EventHandler(this)),
|
| m_console(FrameConsole::create(*this)),
|
| m_inputMethodController(InputMethodController::create(*this)),
|
| m_navigationDisableCount(0),
|
|
|