| Index: Source/WebCore/svg/SVGElement.h
|
| diff --git a/Source/WebCore/svg/SVGElement.h b/Source/WebCore/svg/SVGElement.h
|
| index bff83a8d838a0815b7ae1ecc49820c96b5281d2f..db74c2941856fe6323b021723d935baa86d07865 100644
|
| --- a/Source/WebCore/svg/SVGElement.h
|
| +++ b/Source/WebCore/svg/SVGElement.h
|
| @@ -126,7 +126,7 @@ protected:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
| virtual void finishParsingChildren();
|
| - virtual void attributeChanged(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| + virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly) OVERRIDE;
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
|
|
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|