| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index 9869c46222f7b4d3140e79e400852f4674c5d8f2..26f3bb42f64783a13c5c4ea16e2c9f9f4e95a35e 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -232,11 +232,6 @@ public:
|
| bool markedTextMatchesAreHighlighted() const;
|
| void setMarkedTextMatchesAreHighlighted(bool);
|
|
|
| - void textAreaOrTextFieldDidBeginEditing(Element*);
|
| - void textFieldDidEndEditing(Element*);
|
| - void textDidChangeInTextField(Element*);
|
| - bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*);
|
| -
|
| void replaceSelectionWithFragment(PassRefPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
|
| void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
|
|
|
|
|