diff options
Diffstat (limited to 'WebCore/wml/WMLTemplateElement.cpp')
-rw-r--r-- | WebCore/wml/WMLTemplateElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLTemplateElement.cpp b/WebCore/wml/WMLTemplateElement.cpp index 2575c9a..2537c3b 100644 --- a/WebCore/wml/WMLTemplateElement.cpp +++ b/WebCore/wml/WMLTemplateElement.cpp @@ -23,7 +23,7 @@ #if ENABLE(WML) #include "WMLTemplateElement.h" -#include "MappedAttribute.h" +#include "Attribute.h" #include "NodeList.h" #include "WMLCardElement.h" #include "WMLDocument.h" @@ -43,7 +43,7 @@ WMLTemplateElement::~WMLTemplateElement() { } -void WMLTemplateElement::parseMappedAttribute(MappedAttribute* attr) +void WMLTemplateElement::parseMappedAttribute(Attribute* attr) { WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; |