| 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 74ae8a29e02267f3f5d50ea9882c3c139c7bc757..adb3f2b01838df6923905df578fd983b130b234d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| @@ -33,7 +33,7 @@ interface HTMLLinkElement : HTMLElement {
|
| [Reflect] attribute DOMString hreflang;
|
| [Reflect] attribute DOMString type;
|
| [Reflect, RuntimeEnabled=LinkPreload] attribute DOMString as;
|
| - [PutForwards=value] readonly attribute DOMSettableTokenList sizes;
|
| + [PutForwards=value] readonly attribute DOMTokenList sizes;
|
|
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLLinkElement-partial
|
|
|