Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index 463642c7c5c8321b51efa389c705474d1c3fe7f3..bcab8db031749869d5ad2a32deeae42f52dad2bf 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -42,7 +42,6 @@ public: |
SVGElementInstance* instanceRoot(); |
SVGElementInstance* animatedInstanceRoot() const; |
- SVGElementInstance* instanceForShadowTreeElement(Node*) const; |
void invalidateShadowTree(); |
void invalidateDependentShadowTrees(); |
@@ -92,7 +91,6 @@ private: |
// "Tree connector" |
void associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targetInstance); |
- SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const; |
void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const; |
void transferEventListenersToShadowTree(SVGElement* shadowTreeTargetElement); |