summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGScriptElement.h')
-rw-r--r--Source/WebCore/svg/SVGScriptElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGScriptElement.h b/Source/WebCore/svg/SVGScriptElement.h
index eb1669847..57b748475 100644
--- a/Source/WebCore/svg/SVGScriptElement.h
+++ b/Source/WebCore/svg/SVGScriptElement.h
@@ -50,7 +50,7 @@ private:
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
virtual void svgAttributeChanged(const QualifiedName&);
- virtual bool isURLAttribute(Attribute*) const;
+ virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
virtual void finishParsingChildren();
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;