Bug 874487 - Have nsSVGUseFrame notify any rendering observers when the referenced element is re-cloned. r=roc

This commit is contained in:
Jonathan Watt 2013-05-21 18:24:05 +01:00
Родитель 4cb15b9ce5
Коммит 405906cf2b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -227,6 +227,7 @@ nsSVGUseFrame::CreateAnonymousContent(nsTArray<ContentInfo>& aElements)
SVGUseElement *use = static_cast<SVGUseElement*>(mContent);
nsIContent* clone = use->CreateAnonymousContent();
nsSVGEffects::InvalidateRenderingObservers(this);
if (!clone)
return NS_ERROR_FAILURE;
if (!aElements.AppendElement(clone))