diff options
Diffstat (limited to 'WebCore/html/HTMLKeygenElement.cpp')
-rw-r--r-- | WebCore/html/HTMLKeygenElement.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/HTMLKeygenElement.cpp b/WebCore/html/HTMLKeygenElement.cpp index 563ad3c..b1b6238 100644 --- a/WebCore/html/HTMLKeygenElement.cpp +++ b/WebCore/html/HTMLKeygenElement.cpp @@ -29,6 +29,7 @@ #include "FormDataList.h" #include "HTMLNames.h" #include "HTMLOptionElement.h" +#include "MappedAttribute.h" #include "SSLKeyGenerator.h" #include "Text.h" #include <wtf/StdLibExtras.h> @@ -54,7 +55,7 @@ HTMLKeygenElement::HTMLKeygenElement(const QualifiedName& tagName, Document* doc } } -const AtomicString& HTMLKeygenElement::type() const +const AtomicString& HTMLKeygenElement::formControlType() const { DEFINE_STATIC_LOCAL(const AtomicString, keygen, ("keygen")); return keygen; |