Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index b5d9a446e8d361af55afdd40b6771b3561cafda5..01ba25f0e9b184aaf94e1805997a1f5a77f03daa 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -46,6 +46,8 @@ public: |
~HTMLFormControlElement() override; |
DECLARE_VIRTUAL_TRACE(); |
+ String formAction() const; |
+ void setFormAction(const AtomicString&); |
String formEnctype() const; |
void setFormEnctype(const AtomicString&); |
String formMethod() const; |