| Index: third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp b/third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp
|
| index 589c314f62ddb710bfe4845ddd83bf5c0d5b22c7..8f22aee50e892ba407ee0730e56f7a4c3e591687 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp
|
| @@ -71,7 +71,7 @@ bool Editor::handleEditingKeyboardEvent(KeyboardEvent* evt)
|
| void Editor::handleKeyboardEvent(KeyboardEvent* evt)
|
| {
|
| // Give the embedder a chance to handle the keyboard event.
|
| - if (client().handleKeyboardEvent() || handleEditingKeyboardEvent(evt))
|
| + if (client().handleKeyboardEvent(m_frame) || handleEditingKeyboardEvent(evt))
|
| evt->setDefaultHandled();
|
| }
|
|
|
|
|