summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLTemplateElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLTemplateElement.h')
-rw-r--r--WebCore/wml/WMLTemplateElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLTemplateElement.h b/WebCore/wml/WMLTemplateElement.h
index 3fc0eda..e11d089 100644
--- a/WebCore/wml/WMLTemplateElement.h
+++ b/WebCore/wml/WMLTemplateElement.h
@@ -32,7 +32,7 @@ public:
WMLTemplateElement(const QualifiedName&, Document*);
virtual ~WMLTemplateElement();
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
static void registerTemplatesInDocument(Document*);
};