summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/wml/WMLInputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/wml/WMLInputElement.h')
-rw-r--r--Source/WebCore/wml/WMLInputElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/wml/WMLInputElement.h b/Source/WebCore/wml/WMLInputElement.h
index 558147a..4cffef8 100644
--- a/Source/WebCore/wml/WMLInputElement.h
+++ b/Source/WebCore/wml/WMLInputElement.h
@@ -36,6 +36,8 @@ public:
WMLInputElement(const QualifiedName& tagName, Document*);
virtual ~WMLInputElement();
+ virtual InputElement* toInputElement() { return this; }
+
virtual bool isKeyboardFocusable(KeyboardEvent*) const;
virtual bool isMouseFocusable() const;
virtual void dispatchFocusEvent();