| 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 2a19b41b9f3a92721a4fb9ae4d2853896270d5ff..ec93345e60f25b373eb632b823396d49a709d87e 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();
|
| }
|
|
|
|
|