| Index: Source/web/EditorClientImpl.cpp
|
| diff --git a/Source/web/EditorClientImpl.cpp b/Source/web/EditorClientImpl.cpp
|
| index 2a5bf25f436bfa9204e7c0dbd8bf72835762f638..ede0ce0f6f6f4a526910ec42c90824b550c4198a 100644
|
| --- a/Source/web/EditorClientImpl.cpp
|
| +++ b/Source/web/EditorClientImpl.cpp
|
| @@ -540,7 +540,7 @@ bool EditorClientImpl::handleEditingKeyboardEvent(KeyboardEvent* evt)
|
| if (!keyEvent || keyEvent->isSystemKey())
|
| return false;
|
|
|
| - Frame* frame = evt->target()->toNode()->document()->frame();
|
| + Frame* frame = evt->target()->toNode()->document().frame();
|
| if (!frame)
|
| return false;
|
|
|
|
|