Index: public/web/WebInputElement.h |
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h |
index 86cf6f1e1450d8895741762e0df10f9f89f5c6ba..da5c1698e2a19033a4e88402143905005fe4493e 100644 |
--- a/public/web/WebInputElement.h |
+++ b/public/web/WebInputElement.h |
@@ -59,6 +59,7 @@ namespace blink { |
BLINK_EXPORT bool isTextField() const; |
// This returns true only for type=text. |
BLINK_EXPORT bool isText() const; |
+ BLINK_EXPORT bool isEmailField() const; |
BLINK_EXPORT bool isPasswordField() const; |
BLINK_EXPORT bool isImageButton() const; |
BLINK_EXPORT bool isRadioButton() const; |