summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLScriptElement.h')
-rw-r--r--WebCore/html/HTMLScriptElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLScriptElement.h b/WebCore/html/HTMLScriptElement.h
index b6d683f..f5c3acb 100644
--- a/WebCore/html/HTMLScriptElement.h
+++ b/WebCore/html/HTMLScriptElement.h
@@ -42,7 +42,7 @@ public:
virtual int tagPriority() const { return 1; }
virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
- 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);