| 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 a41936175dffd75f2f0878a54ce4b921b2afdae9..60d6e4478bdd4b501aa451b64db577b8a25fccf0 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.h | 
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.h | 
| @@ -38,9 +38,6 @@ class SVGStyleElement final : public SVGElement, public StyleElement { | 
|  | 
| using StyleElement::sheet; | 
|  | 
| -  bool disabled() const; | 
| -  void setDisabled(bool); | 
| - | 
| const AtomicString& type() const override; | 
| void setType(const AtomicString&); | 
|  | 
|  |