Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 7ccf059d0817ad59cc2a29f26ba2b75a5ef2a5da..e2c3018e0732a2da20300d75c2ed8612e3f708d0 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -108,7 +108,7 @@ public: |
void invalidateSVGAttributes() { ensureUniqueElementData().m_animatedSVGAttributesAreDirty = true; } |
void invalidateSVGPresentationAttributeStyle() { ensureUniqueElementData().m_presentationAttributeStyleIsDirty = true; } |
- const HashSet<SVGElement*>& instancesForElement() const; |
+ const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instancesForElement() const; |
bool getBoundingBox(FloatRect&); |