| 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 36b71712621945b2dd1d631db89dcb742d92e0be..7f727395b15fa60c820522bad6242133aad68dfc 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -871,7 +871,7 @@ inline LocalFrame::LocalFrame(FrameLoaderClient* client,
|
| m_script(ScriptController::create(this)),
|
| m_editor(Editor::create(*this)),
|
| m_spellChecker(SpellChecker::create(*this)),
|
| - m_selection(FrameSelection::create(this)),
|
| + m_selection(FrameSelection::create(*this)),
|
| m_eventHandler(new EventHandler(*this)),
|
| m_console(FrameConsole::create(*this)),
|
| m_inputMethodController(InputMethodController::create(*this)),
|
|
|