| Index: third_party/WebKit/Source/core/svg/SVGStyleElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.idl b/third_party/WebKit/Source/core/svg/SVGStyleElement.idl
|
| index ca277153f91cbb2edeec354406e45d90a2ea404f..99ac9e3bb418f57ffc92e349a171d1f639aaac30 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.idl
|
| @@ -34,9 +34,4 @@ interface SVGStyleElement : SVGElement {
|
| // SVGStyleElement implements LinkStyle
|
| // https://dev.w3.org/csswg/cssom/#the-linkstyle-interface
|
| readonly attribute StyleSheet? sheet;
|
| -
|
| - // TODO(foolip): The disabled attribute was not in SVG 1.1 and has been
|
| - // removed from HTMLLinkElement and HTMLStyleElement in the HTML spec:
|
| - // https://www.w3.org/Bugs/Public/show_bug.cgi?id=14703
|
| - [Measure] attribute boolean disabled;
|
| };
|
|
|