| 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..b511d43c95b3027892fb7eb535ee8475594af5b8 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -223,7 +223,7 @@ protected:
|
| bool hasFocusEventListeners() const;
|
|
|
| bool addEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) final;
|
| - bool removeEventListenerInternal(const AtomicString& eventType, EventListener*, const EventListenerOptions&) final;
|
| + bool removeEventListenerInternal(const AtomicString& eventType, const EventListener*, const EventListenerOptions&) final;
|
|
|
| private:
|
| bool isSVGElement() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|