diff options
Diffstat (limited to 'WebCore/html/HTMLIsIndexElement.cpp')
-rw-r--r-- | WebCore/html/HTMLIsIndexElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLIsIndexElement.cpp b/WebCore/html/HTMLIsIndexElement.cpp index 31fafa6..5cc73de 100644 --- a/WebCore/html/HTMLIsIndexElement.cpp +++ b/WebCore/html/HTMLIsIndexElement.cpp @@ -25,8 +25,8 @@ #include "config.h" #include "HTMLIsIndexElement.h" +#include "Attribute.h" #include "HTMLNames.h" -#include "MappedAttribute.h" namespace WebCore { @@ -39,7 +39,7 @@ HTMLIsIndexElement::HTMLIsIndexElement(const QualifiedName& tagName, Document *d setDefaultName(isindexTag.localName()); } -void HTMLIsIndexElement::parseMappedAttribute(MappedAttribute* attr) +void HTMLIsIndexElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == promptAttr) setValue(attr->value()); |