diff options
Diffstat (limited to 'WebCore/html/HTMLMapElement.cpp')
-rw-r--r-- | WebCore/html/HTMLMapElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLMapElement.cpp b/WebCore/html/HTMLMapElement.cpp index 10a05d6..cc709a0 100644 --- a/WebCore/html/HTMLMapElement.cpp +++ b/WebCore/html/HTMLMapElement.cpp @@ -22,6 +22,7 @@ #include "config.h" #include "HTMLMapElement.h" +#include "Attribute.h" #include "Document.h" #include "HTMLAreaElement.h" #include "HTMLCollection.h" @@ -29,7 +30,6 @@ #include "HTMLNames.h" #include "HitTestResult.h" #include "IntSize.h" -#include "MappedAttribute.h" #include "RenderObject.h" using namespace std; @@ -95,7 +95,7 @@ HTMLImageElement* HTMLMapElement::imageElement() const return 0; } -void HTMLMapElement::parseMappedAttribute(MappedAttribute* attr) +void HTMLMapElement::parseMappedAttribute(Attribute* attr) { const QualifiedName& attrName = attr->name(); if (attrName == idAttributeName() || attrName == nameAttr) { |