| 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 4d527ac29f18ee171382f48a4cba31ca3b068be8..9f688be16c6f4c6a1cdbb4ab8e90ab1377fc3489 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -91,7 +91,6 @@ private:
|
| // Instance tree handling
|
| void buildShadowAndInstanceTree(SVGElement& target);
|
| void clearInstanceRoot();
|
| - void buildShadowTree(SVGElement& target, SVGElement& targetInstance);
|
| void clearShadowTree();
|
| bool hasCycleUseReferencing(const SVGUseElement&, const ContainerNode& targetInstance, SVGElement*& newTarget) const;
|
| bool expandUseElementsInShadowTree();
|
|
|