Index: third_party/WebKit/Source/core/editing/InputMethodController.h |
diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h |
index 56dc852810af3b97945ab4652295ae869e839b2e..09a21529773d8c6ac307eb452d124485548713bf 100644 |
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
@@ -85,7 +85,6 @@ class CORE_EXPORT InputMethodController final |
// Deletes the existing composition text. |
void cancelComposition(); |
- void cancelCompositionIfSelectionIsInvalid(); |
EphemeralRange compositionEphemeralRange() const; |
Range* compositionRange() const; |