summaryrefslogtreecommitdiffstats
path: root/WebCore/html/EmailInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/EmailInputType.h')
-rw-r--r--WebCore/html/EmailInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/EmailInputType.h b/WebCore/html/EmailInputType.h
index b77a9ad..771715a 100644
--- a/WebCore/html/EmailInputType.h
+++ b/WebCore/html/EmailInputType.h
@@ -44,6 +44,7 @@ private:
virtual const AtomicString& formControlType() const;
virtual bool typeMismatchFor(const String&) const;
virtual bool typeMismatch() const;
+ virtual String typeMismatchText() const;
};
} // namespace WebCore