summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLSetvarElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLSetvarElement.cpp')
-rw-r--r--WebCore/wml/WMLSetvarElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLSetvarElement.cpp b/WebCore/wml/WMLSetvarElement.cpp
index 5e10ca8..1407b3f 100644
--- a/WebCore/wml/WMLSetvarElement.cpp
+++ b/WebCore/wml/WMLSetvarElement.cpp
@@ -23,8 +23,8 @@
#if ENABLE(WML)
#include "WMLSetvarElement.h"
+#include "Attribute.h"
#include "HTMLNames.h"
-#include "MappedAttribute.h"
#include "WMLErrorHandling.h"
#include "WMLTaskElement.h"
#include "WMLVariables.h"
@@ -40,7 +40,7 @@ WMLSetvarElement::~WMLSetvarElement()
{
}
-void WMLSetvarElement::parseMappedAttribute(MappedAttribute* attr)
+void WMLSetvarElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == HTMLNames::nameAttr) {
if (!isValidVariableName(parseValueSubstitutingVariableReferences(attr->value(), WMLErrorInvalidVariableName))) {