| Index: third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.cpp b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| index 9c67a43b18fdd9d7f1259cacb9d0d79d93abf430..3a1071d6f74f8c9ef1ef0225667f26604de33f75 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -222,7 +222,7 @@ void InputMethodController::clear() {
|
| document().markers().removeMarkers(DocumentMarker::Composition);
|
| }
|
|
|
| -void InputMethodController::contextDestroyed() {
|
| +void InputMethodController::contextDestroyed(Document*) {
|
| clear();
|
| m_compositionRange = nullptr;
|
| }
|
|
|