diff options
Diffstat (limited to 'WebCore/html/ValidityState.h')
-rw-r--r-- | WebCore/html/ValidityState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/ValidityState.h b/WebCore/html/ValidityState.h index 67afa53..1dee306 100644 --- a/WebCore/html/ValidityState.h +++ b/WebCore/html/ValidityState.h @@ -56,6 +56,7 @@ namespace WebCore { String m_customErrorMessage; static bool isValidColorString(const String&); + bool isValidEmailAddress(const String&); }; } // namespace WebCore |