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