| 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 e66a9382d7894841ddf41ac74e183ecba4701f1e..51323cd9c09cfc72b0f4bcf60f50f27a874ea991 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl
|
| @@ -32,7 +32,7 @@ interface HTMLLinkElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString media;
|
| [CEReactions, Reflect] attribute DOMString hreflang;
|
| [CEReactions, Reflect] attribute DOMString type;
|
| - [Reflect] attribute DOMString as;
|
| + [Reflect, ReflectOnly=("script","style","image","video", "audio", "track", "font", "fetch")] attribute DOMString as;
|
| [CEReactions, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerPolicy;
|
| [CEReactions, PutForwards=value] readonly attribute DOMTokenList sizes;
|
|
|
|
|