summaryrefslogtreecommitdiffstats
path: root/WebCore/html/URLInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/URLInputType.h')
-rw-r--r--WebCore/html/URLInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/URLInputType.h b/WebCore/html/URLInputType.h
index 82ab1b7..4a6522c 100644
--- a/WebCore/html/URLInputType.h
+++ b/WebCore/html/URLInputType.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