| Index: third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.h b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| index 68f294b1e1eed0fd28f60607b8b9811b2c2e0e1c..ede26ff1fe4af922f0d79616932f0c4de3724733 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| @@ -23,14 +23,11 @@
|
|
|
| #include "core/SVGNames.h"
|
| #include "core/dom/StyleElement.h"
|
| -#include "core/events/EventSender.h"
|
| #include "core/svg/SVGElement.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| -using SVGStyleEventSender = EventSender<SVGStyleElement>;
|
| -
|
| class SVGStyleElement final : public SVGElement
|
| , public StyleElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| @@ -53,7 +50,7 @@ public:
|
| String title() const override;
|
| void setTitle(const AtomicString&);
|
|
|
| - void dispatchPendingEvent(SVGStyleEventSender*);
|
| + void dispatchPendingEvent();
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|