| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 48c24ae4630e50699f7cb6a73e996aa724c51f85..8328399222c8a7fc1f381f6626d387244856c3f0 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -290,10 +290,6 @@ public:
|
|
|
| virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE { }
|
|
|
| - virtual void textFieldDidEndEditing(Element*) OVERRIDE { }
|
| - virtual void textDidChangeInTextField(Element*) OVERRIDE { }
|
| - virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*) OVERRIDE { return false; }
|
| -
|
| TextCheckerClient& textChecker() { return m_textCheckerClient; }
|
|
|
| virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { }
|
|
|