| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index a24cc0902df75410e7fa94d1d6b4ff22a1d27264..abafa980ac69a875ff55708f43640437bf928e3d 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -704,7 +704,7 @@ void SVGUseElement::invalidateShadowTree()
|
| void SVGUseElement::invalidateDependentShadowTrees()
|
| {
|
| // Recursively invalidate dependent <use> shadow trees
|
| - const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = instancesForElement();
|
| + const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement>>& instances = instancesForElement();
|
| for (SVGElement* instance : instances) {
|
| if (SVGUseElement* element = instance->correspondingUseElement()) {
|
| ASSERT(element->inDocument());
|
|
|