Index: Source/core/svg/SVGUseElement.cpp |
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp |
index eda255993b0ce5a910c1edc6a38919abf71d8e90..5e76849950c094ccfdc9dcd792b0cca2e9c74451 100644 |
--- a/Source/core/svg/SVGUseElement.cpp |
+++ b/Source/core/svg/SVGUseElement.cpp |
@@ -286,7 +286,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(false); |
m_needsShadowTreeRecreation = false; |
document().unscheduleUseShadowTreeUpdate(*this); |