Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index 225377a7cc521fb3c8bc39e27a07808ce795d59b..391dae36441335f283b1c1b035e5ecab34e9b370 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -46,9 +46,9 @@ public: |
HTMLFormElement* form() const { return FormAssociatedElement::form(); } |
String formEnctype() const; |
- void setFormEnctype(const String&); |
+ void setFormEnctype(const AtomicString&); |
String formMethod() const; |
- void setFormMethod(const String&); |
+ void setFormMethod(const AtomicString&); |
bool formNoValidate() const; |
void ancestorDisabledStateWasChanged(); |