| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index 5f55e3fc2f1b7984ec484aff7fca27a1956456e6..e16d7e0a83777768e9c8a9e0d091b96025efec81 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -918,7 +918,8 @@ void SVGElement::attributeChanged(const QualifiedName& name,
|
| const AtomicString& oldValue,
|
| const AtomicString& newValue,
|
| AttributeModificationReason) {
|
| - Element::attributeChanged(name, oldValue, newValue);
|
| + Element::attributeChanged(name, oldValue, newValue,
|
| + AttributeModificationReason::kDirectly);
|
|
|
| if (name == HTMLNames::idAttr)
|
| rebuildAllIncomingReferences();
|
|
|