| 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 b36c3850929e3d5bd607ae41a5577898e22d97d4..ecc8a6083c73aa9a31e3ac08b3ce9b0808453def 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -922,9 +922,7 @@ void SVGElement::sendSVGLoadEventToSelfAndAncestorChainIfPossible() {
|
| }
|
|
|
| void SVGElement::attributeChanged(const AttributeModificationParams& params) {
|
| - Element::attributeChanged(
|
| - AttributeModificationParams(params.name, params.oldValue, params.newValue,
|
| - AttributeModificationReason::kDirectly));
|
| + Element::attributeChanged(params);
|
|
|
| if (params.name == HTMLNames::idAttr) {
|
| rebuildAllIncomingReferences();
|
|
|