| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index d4094f2c93880001d3dde5f6f82f6a319a7345bf..88686ff32650bb4fec8ed5b273cb9c2226823f6f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -222,7 +222,7 @@ protected:
|
| void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&);
|
| bool hasFocusEventListeners() const;
|
|
|
| - bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) final;
|
| + bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const AddEventListenerOptions&) final;
|
| bool removeEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) final;
|
|
|
| private:
|
|
|