| Index: Source/core/html/HTMLLinkElement.idl
|
| diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
|
| index 667acdb044fed6770ed32e618665759ccee9f522..665a3296d5112253b83563bb24268aadb3fe6d91 100644
|
| --- a/Source/core/html/HTMLLinkElement.idl
|
| +++ b/Source/core/html/HTMLLinkElement.idl
|
| @@ -27,6 +27,7 @@ interface HTMLLinkElement : HTMLElement {
|
| [Reflect] attribute DOMString hreflang;
|
| [Reflect] attribute DOMString media;
|
| [Reflect] attribute DOMString rel;
|
| + readonly attribute DOMTokenList relList;
|
| [Reflect] attribute DOMString rev;
|
| [PutForwards=value] readonly attribute DOMSettableTokenList sizes;
|
| [Reflect] attribute DOMString target;
|
|
|