diff options
Diffstat (limited to 'WebCore/html/HTMLSelectElement.cpp')
-rw-r--r-- | WebCore/html/HTMLSelectElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLSelectElement.cpp b/WebCore/html/HTMLSelectElement.cpp index 12ec26f..c053a84 100644 --- a/WebCore/html/HTMLSelectElement.cpp +++ b/WebCore/html/HTMLSelectElement.cpp @@ -28,11 +28,11 @@ #include "HTMLSelectElement.h" #include "AXObjectCache.h" +#include "Attribute.h" #include "EventNames.h" #include "HTMLNames.h" #include "HTMLOptionElement.h" #include "HTMLOptionsCollection.h" -#include "MappedAttribute.h" #include "RenderListBox.h" #include "RenderMenuList.h" #include "ScriptEventListener.h" @@ -189,7 +189,7 @@ void HTMLSelectElement::restoreFormControlState(const String& state) SelectElement::restoreFormControlState(m_data, this, state); } -void HTMLSelectElement::parseMappedAttribute(MappedAttribute* attr) +void HTMLSelectElement::parseMappedAttribute(Attribute* attr) { bool oldUsesMenuList = m_data.usesMenuList(); if (attr->name() == sizeAttr) { |