diff options
Diffstat (limited to 'WebCore/wml/WMLOnEventElement.cpp')
-rw-r--r-- | WebCore/wml/WMLOnEventElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLOnEventElement.cpp b/WebCore/wml/WMLOnEventElement.cpp index 6fc4e8b..34518c3 100644 --- a/WebCore/wml/WMLOnEventElement.cpp +++ b/WebCore/wml/WMLOnEventElement.cpp @@ -23,8 +23,8 @@ #if ENABLE(WML) #include "WMLOnEventElement.h" +#include "Attribute.h" #include "HTMLNames.h" -#include "MappedAttribute.h" #include "WMLErrorHandling.h" #include "WMLEventHandlingElement.h" #include "WMLIntrinsicEventHandler.h" @@ -41,7 +41,7 @@ WMLOnEventElement::WMLOnEventElement(const QualifiedName& tagName, Document* doc { } -void WMLOnEventElement::parseMappedAttribute(MappedAttribute* attr) +void WMLOnEventElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == HTMLNames::typeAttr) { String parsedValue = parseValueForbiddingVariableReferences(attr->value()); |