| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index 87e82a2aa4ed826467b02dc341024e9769a3ff8e..85c82cdc84ba5a73d04a2936f1ae7ea5f443341e 100644
|
| --- a/Source/core/svg/SVGUseElement.h
|
| +++ b/Source/core/svg/SVGUseElement.h
|
| @@ -94,7 +94,7 @@ private:
|
| SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const;
|
|
|
| void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const;
|
| - void transferEventListenersToShadowTree(SVGElementInstance* target);
|
| + void transferEventListenersToShadowTree(SVGElement* target);
|
|
|
| RefPtr<SVGAnimatedLength> m_x;
|
| RefPtr<SVGAnimatedLength> m_y;
|
|
|