summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParamElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParamElement.h')
-rw-r--r--WebCore/html/HTMLParamElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLParamElement.h b/WebCore/html/HTMLParamElement.h
index 1867ccf..84152c6 100644
--- a/WebCore/html/HTMLParamElement.h
+++ b/WebCore/html/HTMLParamElement.h
@@ -36,7 +36,7 @@ public:
virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; }
virtual int tagPriority() const { return 0; }
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual bool isURLAttribute(Attribute*) const;