| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| index 65eead0e2ebb41e1089f0c879bdd69e0d99b2c57..87fdf16e862033a7ccfa3db7e1d714cbee2c6e02 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| @@ -20,7 +20,7 @@
|
| */
|
|
|
| // https://html.spec.whatwg.org/#the-link-element
|
| -
|
| +[HTMLConstructor]
|
| interface HTMLLinkElement : HTMLElement {
|
| // FIXME: The disabled attribute has been removed from the spec:
|
| // https://www.w3.org/Bugs/Public/show_bug.cgi?id=14703
|
|
|