| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 08ce56c0e03cfa32c356ad96091e1a128a42136b..aa0b420d372518e9f171b7a3e2abe6e64ec1c216 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<SVGElementInstance*>& instancesForElement() const;
|
| + const HashSet<SVGElement*>& instancesForElement() const;
|
|
|
| bool getBoundingBox(FloatRect&);
|
|
|
| @@ -121,6 +121,7 @@ public:
|
|
|
| SVGElement* correspondingElement();
|
| void setCorrespondingElement(SVGElement*);
|
| + SVGUseElement* correspondingUseElement();
|
|
|
| void synchronizeAnimatedSVGAttribute(const QualifiedName&) const;
|
|
|
|
|