| 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 f353c68770d306637c2f8f3847137e6ce19c7e74..c11f4e768b58accf993a5c06565ade2d37e1b0d2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -96,6 +96,7 @@ private:
|
| bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget);
|
| bool expandUseElementsInShadowTree(SVGElement*);
|
| void expandSymbolElementsInShadowTree(SVGElement*);
|
| + void cloneNonMarkupEventListeners();
|
|
|
| void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const;
|
|
|
|
|