Index: public/web/WebInputElement.h |
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h |
index e9965cf53feec17e4694cf361c55dbba1bbf0aa1..ea074cbfb96f70e4640b900d799b32a1c3fc795b 100644 |
--- a/public/web/WebInputElement.h |
+++ b/public/web/WebInputElement.h |
@@ -70,7 +70,6 @@ namespace blink { |
BLINK_EXPORT bool isRadioButton() const; |
BLINK_EXPORT bool isCheckbox() const; |
BLINK_EXPORT int maxLength() const; |
- BLINK_EXPORT bool isActivatedSubmit() const; |
BLINK_EXPORT void setActivatedSubmit(bool); |
BLINK_EXPORT int size() const; |
BLINK_EXPORT void setChecked(bool, bool sendEvents = false); |