| Index: Source/WebCore/svg/SVGElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGElement.cpp b/Source/WebCore/svg/SVGElement.cpp
|
| index cf18df013910ec479f9cda7e6d9c34adf201db81..ca158bd0cf82e96b778d192ca6fc7dfc9c722091 100644
|
| --- a/Source/WebCore/svg/SVGElement.cpp
|
| +++ b/Source/WebCore/svg/SVGElement.cpp
|
| @@ -531,7 +531,7 @@ bool SVGElement::childShouldCreateRenderer(const NodeRenderingContext& childCont
|
| return false;
|
| }
|
|
|
| -void SVGElement::attributeChanged(const QualifiedName& name, const AtomicString& newValue)
|
| +void SVGElement::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason)
|
| {
|
| StyledElement::attributeChanged(name, newValue);
|
|
|
|
|