Index: Source/core/editing/Editor.h |
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
index e78c9c069520f5cf23e14131938143aa97bd6db3..60cd39882693cb25c41d6844828420e6ae501064 100644 |
--- a/Source/core/editing/Editor.h |
+++ b/Source/core/editing/Editor.h |
@@ -313,6 +313,7 @@ public: |
bool markedTextMatchesAreHighlighted() const; |
void setMarkedTextMatchesAreHighlighted(bool); |
+ void textFieldDidBeginEditing(Element*); |
void textFieldDidEndEditing(Element*); |
void textDidChangeInTextField(Element*); |
bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*); |