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 a48ca60a72f13e5f11dfd0691505c1c04d27b682..6cc065d0d99089a826080072db4c32d4711611ca 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h |
@@ -106,7 +106,6 @@ private: |
bool instanceTreeIsLoading(const SVGElement*); |
void notifyFinished(Resource*) override; |
String debugName() const override { return "SVGUseElement"; } |
- TreeScope* referencedScope() const; |
void setDocumentResource(PassRefPtrWillBeRawPtr<DocumentResource>); |
RefPtrWillBeMember<SVGAnimatedLength> m_x; |