| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index ab7d6b36fea69a2a117483698a8580ca0fdf87a8..e6b2e755683fac67c9c00ad03aa98648bfed52c7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -739,7 +739,7 @@ void SVGElement::addedEventListener(const AtomicString& eventType, RegisteredEve
|
| // Add event listener to all shadow tree DOM element instances
|
| HeapHashSet<WeakMember<SVGElement>> instances;
|
| collectInstancesForSVGElement(this, instances);
|
| - EventListenerOptions options = registeredListener.options();
|
| + AddEventListenerOptions options = registeredListener.options();
|
| EventListener* listener = registeredListener.listener();
|
| for (SVGElement* element : instances) {
|
| bool result = element->Node::addEventListenerInternal(eventType, listener, options);
|
|
|