summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/StyledElement.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit9364f22aed35e1a1e9d07c121510f80be3ab0502 (patch)
treed49911209b132da58d838efa852daf28d516df21 /WebCore/dom/StyledElement.h
parent87eb0cb35bad8784770ebc807e6c982432e47107 (diff)
downloadexternal_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.zip
external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.gz
external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.bz2
Initial Contribution
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);