| Index: Source/core/editing/InputMethodController.h
|
| diff --git a/Source/core/editing/InputMethodController.h b/Source/core/editing/InputMethodController.h
|
| index f701e21a4d5915dcf1bfa66cf8e1bcd9873f2b45..3f8530c1848c1c8ad81335eae3d04316982764a7 100644
|
| --- a/Source/core/editing/InputMethodController.h
|
| +++ b/Source/core/editing/InputMethodController.h
|
| @@ -64,7 +64,6 @@ public:
|
| // Inserts the text that is being composed or specified non-empty text and
|
| // returns true.
|
| bool confirmCompositionOrInsertText(const String& text, ConfirmCompositionBehavior);
|
| - void confirmCompositionAndResetState();
|
| // Deletes the existing composition text.
|
| void cancelComposition();
|
| void cancelCompositionIfSelectionIsInvalid();
|
|
|