| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index c1b0beaf5d413459994262e428e137e9677d19e4..ff18fc9196a64c347cfff697b72f899a4fca4bc3 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -297,7 +297,7 @@ void SVGUseElement::clearResourceReferences()
|
|
|
| // FIXME: We should try to optimize this, to at least allow partial reclones.
|
| if (ShadowRoot* shadowTreeRootElement = userAgentShadowRoot())
|
| - shadowTreeRootElement->removeChildren();
|
| + shadowTreeRootElement->removeChildren(OmitSubtreeModifiedEvent);
|
|
|
| m_needsShadowTreeRecreation = false;
|
| document().unscheduleUseShadowTreeUpdate(*this);
|
|
|