Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index c9914bca5b156aad0b56b1dd033cbb89a3916e1d..0f9ddca04fe380ff285a0299d07f574bb3c3563b 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -107,7 +107,7 @@ public: |
bool isAutofilled() const { return m_isAutofilled; } |
void setAutofilled(bool = true); |
- |
+ bool isSubmittableElement(); |
static HTMLFormControlElement* enclosingFormControlElement(Node*); |
String nameForAutofill() const; |