| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 5a25ac65d8e93210fd4982b3947523521c1a1c8a..06718e124c7b7787af4e42881c978a663660cbec 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -378,12 +378,6 @@ public:
|
| virtual void textWillBeDeletedInTextField(Element*) { }
|
| virtual void textDidChangeInTextArea(Element*) { }
|
|
|
| -#if USE(APPKIT)
|
| - virtual void uppercaseWord() { }
|
| - virtual void lowercaseWord() { }
|
| - virtual void capitalizeWord() { }
|
| -#endif
|
| -
|
| #if USE(AUTOMATIC_TEXT_REPLACEMENT)
|
| virtual void showSubstitutionsPanel(bool) { }
|
| virtual bool substitutionsPanelIsShowing() { return false; }
|
|
|