| Index: Source/core/page/EditorClient.h
|
| diff --git a/Source/core/page/EditorClient.h b/Source/core/page/EditorClient.h
|
| index c21d444dd4a5667adbe16ea9cf0327e5bc6f7f08..0554b9d667f9289b8fc617829bbbf44b5a4991cc 100644
|
| --- a/Source/core/page/EditorClient.h
|
| +++ b/Source/core/page/EditorClient.h
|
| @@ -81,10 +81,6 @@ public:
|
|
|
| virtual void handleKeyboardEvent(KeyboardEvent*) = 0;
|
|
|
| - virtual void textFieldDidEndEditing(Element*) = 0;
|
| - virtual void textDidChangeInTextField(Element*) = 0;
|
| - virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*) = 0;
|
| -
|
| virtual TextCheckerClient& textChecker() = 0;
|
|
|
| virtual void updateSpellingUIWithMisspelledWord(const String&) = 0;
|
|
|