summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLInputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLInputElement.h')
-rw-r--r--Source/WebCore/html/HTMLInputElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLInputElement.h b/Source/WebCore/html/HTMLInputElement.h
index 27d556b..f2c2625 100644
--- a/Source/WebCore/html/HTMLInputElement.h
+++ b/Source/WebCore/html/HTMLInputElement.h
@@ -42,6 +42,8 @@ public:
DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitspeechchange);
+ virtual InputElement* toInputElement() { return this; }
+
bool autoComplete() const;
// For ValidityState
@@ -197,6 +199,8 @@ public:
void handleBeforeTextInsertedEvent(Event*);
void updateCheckedRadioButtons();
+ bool lastChangeWasUserEdit() const;
+
protected:
HTMLInputElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);