Chromium Code Reviews| 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 1c36a2fd29de1392ae612dfa99a901ab9d46868e..f316e82b65f0124cd823ddc33a6dbb79734329fa 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.h |
| @@ -29,7 +29,7 @@ |
| namespace blink { |
| -typedef EventSender<SVGStyleElement> SVGStyleEventSender; |
| +using SVGStyleEventSender = EventSender<SVGStyleElement>; |
| class SVGStyleElement final : public SVGElement |
| , public StyleElement { |