Index: Source/WebCore/svg/SVGUseElement.cpp |
=================================================================== |
--- Source/WebCore/svg/SVGUseElement.cpp (revision 91149) |
+++ Source/WebCore/svg/SVGUseElement.cpp (working copy) |
@@ -709,6 +709,7 @@ |
if (!m_targetElementInstance) |
return; |
m_targetElementInstance->clearUseElements(); |
+ m_targetElementInstance->clearChildren(); |
m_targetElementInstance = 0; |
} |