summaryrefslogtreecommitdiffstats
path: root/WebCore/html/ResetInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/ResetInputType.h')
-rw-r--r--WebCore/html/ResetInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/ResetInputType.h b/WebCore/html/ResetInputType.h
index ad940b4..153afac 100644
--- a/WebCore/html/ResetInputType.h
+++ b/WebCore/html/ResetInputType.h
@@ -43,6 +43,7 @@ private:
ResetInputType(HTMLInputElement* element) : BaseButtonInputType(element) { }
virtual const AtomicString& formControlType() const;
virtual bool supportsValidation() const;
+ virtual bool handleDOMActivateEvent(Event*);
};
} // namespace WebCore