diff options
Diffstat (limited to 'WebCore/svg/SVGScriptElement.h')
-rw-r--r-- | WebCore/svg/SVGScriptElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGScriptElement.h b/WebCore/svg/SVGScriptElement.h index 623228c..b864ad5 100644 --- a/WebCore/svg/SVGScriptElement.h +++ b/WebCore/svg/SVGScriptElement.h @@ -39,7 +39,7 @@ namespace WebCore { virtual String scriptContent() const; - 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); |