summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/StyledElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/StyledElement.h')
-rw-r--r--WebCore/dom/StyledElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/StyledElement.h b/WebCore/dom/StyledElement.h
index 82df0bf..e7766b2 100644
--- a/WebCore/dom/StyledElement.h
+++ b/WebCore/dom/StyledElement.h
@@ -68,8 +68,8 @@ public:
virtual void updateStyleAttributeIfNeeded() const;
virtual const ClassNames* getClassNames() const;
- virtual void attributeChanged(Attribute*, bool preserveDecls = false);
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void attributeChanged(Attribute* attr, bool preserveDecls = false);
+ virtual void parseMappedAttribute(MappedAttribute* attr);
virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
virtual void createAttributeMap() const;
virtual Attribute* createAttribute(const QualifiedName& name, StringImpl* value);