| Index: Source/core/page/EditorClient.h
|
| diff --git a/Source/core/page/EditorClient.h b/Source/core/page/EditorClient.h
|
| index 3d3d78754e833555f9b5e197755d4637ff08f2c8..83b8b67aec4e0b1b0c835bc5e0b4f4438923a3ab 100644
|
| --- a/Source/core/page/EditorClient.h
|
| +++ b/Source/core/page/EditorClient.h
|
| @@ -110,12 +110,6 @@ public:
|
| virtual void textWillBeDeletedInTextField(Element*) = 0;
|
| virtual void textDidChangeInTextArea(Element*) = 0;
|
|
|
| -#if USE(APPKIT)
|
| - virtual void uppercaseWord() = 0;
|
| - virtual void lowercaseWord() = 0;
|
| - virtual void capitalizeWord() = 0;
|
| -#endif
|
| -
|
| #if USE(AUTOMATIC_TEXT_REPLACEMENT)
|
| virtual void showSubstitutionsPanel(bool show) = 0;
|
| virtual bool substitutionsPanelIsShowing() = 0;
|
|
|