| Index: Source/core/html/ime/InputMethodContext.cpp
|
| diff --git a/Source/core/html/ime/InputMethodContext.cpp b/Source/core/html/ime/InputMethodContext.cpp
|
| index 3518a7b1d47797c3f8e14651fd236e9665351456..87560063a517bf19b10cf741827d3ea7f601d911 100644
|
| --- a/Source/core/html/ime/InputMethodContext.cpp
|
| +++ b/Source/core/html/ime/InputMethodContext.cpp
|
| @@ -73,7 +73,7 @@ HTMLElement* InputMethodContext::target() const
|
|
|
| void InputMethodContext::confirmComposition()
|
| {
|
| - Frame* frame = m_element->document()->frame();
|
| + Frame* frame = m_element->document().frame();
|
| if (!frame)
|
| return;
|
|
|
|
|