| Index: Source/web/EditorClientImpl.h
|
| diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
|
| index a23c1cc9185497cfd0a17059956f5c46f48b641e..013144713da4513a5db4d30b1be7d054f7c503ff 100644
|
| --- a/Source/web/EditorClientImpl.h
|
| +++ b/Source/web/EditorClientImpl.h
|
| @@ -70,9 +70,6 @@ public:
|
| virtual void undo() OVERRIDE;
|
| virtual void redo() OVERRIDE;
|
| virtual void handleKeyboardEvent(WebCore::KeyboardEvent*) OVERRIDE;
|
| - virtual void textFieldDidEndEditing(WebCore::Element*) OVERRIDE;
|
| - virtual void textDidChangeInTextField(WebCore::Element*) OVERRIDE;
|
| - virtual bool doTextFieldCommandFromEvent(WebCore::Element*, WebCore::KeyboardEvent*) OVERRIDE;
|
| virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
|
| virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;
|
| virtual void checkGrammarOfString(const String&, WTF::Vector<WebCore::GrammarDetail>&,
|
|
|