Index: third_party/WebKit/Source/core/svg/SVGUseElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
index 4c0b5b41ae8731c078ec539e203bd59bf26e102c..0b67aa35654286140d915eb2492ff8317a77a921 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -94,7 +94,7 @@ class SVGUseElement final : public SVGGraphicsElement, |
void buildShadowAndInstanceTree(SVGElement& target); |
void clearInstanceRoot(); |
Element* createInstanceTree(SVGElement& targetRoot) const; |
- void clearShadowTree(); |
+ void clearResourceReference(); |
bool hasCycleUseReferencing(const SVGUseElement&, |
const ContainerNode& targetInstance, |
SVGElement*& newTarget) const; |
@@ -121,6 +121,7 @@ class SVGUseElement final : public SVGGraphicsElement, |
bool m_haveFiredLoadEvent; |
bool m_needsShadowTreeRecreation; |
Member<SVGElement> m_targetElementInstance; |
+ Member<IdTargetObserver> m_targetIdObserver; |
Member<DocumentResource> m_resource; |
}; |