| Index: Source/web/EditorClientImpl.h
|
| diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
|
| index 6938907e29f20343c26d6430ba1b95ee8b8ac8b8..46a498d57c7ea5ac5d11fdb462e51250eee499b6 100644
|
| --- a/Source/web/EditorClientImpl.h
|
| +++ b/Source/web/EditorClientImpl.h
|
| @@ -60,9 +60,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;
|
|
|
| const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
|
|
|
|
|