summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLStyleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLStyleElement.h')
-rw-r--r--WebCore/html/HTMLStyleElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLStyleElement.h b/WebCore/html/HTMLStyleElement.h
index 03b4c66..ba8ed3e 100644
--- a/WebCore/html/HTMLStyleElement.h
+++ b/WebCore/html/HTMLStyleElement.h
@@ -37,7 +37,7 @@ public:
virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
// overload from HTMLElement
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual void insertedIntoDocument();
virtual void removedFromDocument();
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);