summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPreElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPreElement.h')
-rw-r--r--WebCore/html/HTMLPreElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLPreElement.h b/WebCore/html/HTMLPreElement.h
index e84f4b3..17b945e 100644
--- a/WebCore/html/HTMLPreElement.h
+++ b/WebCore/html/HTMLPreElement.h
@@ -34,7 +34,7 @@ public:
virtual int tagPriority() const { return 5; }
bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
- void parseMappedAttribute(MappedAttribute*);
+ void parseMappedAttribute(Attribute*);
int width() const;
void setWidth(int w);