| 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 2b6a5e09bd977ceacdf1460474e70bcbe320114c..1b6160b4f7c0d6ac89ce3205d5847992de7bbe5d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -729,7 +729,7 @@ static inline void collectInstancesForSVGElement(SVGElement* element, HeapHashSe
|
| instances = element->instancesForElement();
|
| }
|
|
|
| -bool SVGElement::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const EventListenerOptions& options)
|
| +bool SVGElement::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const AddEventListenerOptions& options)
|
| {
|
| // Add event listener to regular DOM element
|
| if (!Node::addEventListenerInternal(eventType, listener, options))
|
|
|