| 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 476bc03b0ccf3dca9104fe34026e73afb7fce8fd..e5ea54869217fc2ea82d5ef4554a8001e4672e7d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -95,7 +95,6 @@ private:
|
| void clearShadowTree();
|
| bool hasCycleUseReferencing(const SVGUseElement&, const ContainerNode& targetInstance, SVGElement*& newTarget) const;
|
| bool expandUseElementsInShadowTree();
|
| - void expandSymbolElementsInShadowTree();
|
| void cloneNonMarkupEventListeners();
|
| void addReferencesToFirstDegreeNestedUseElements(SVGElement& target);
|
|
|
|
|