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 c59cb9bba502e0137c5fe1d79f5a53aa4f274026..65eead0e2ebb41e1089f0c879bdd69e0d99b2c57 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
@@ -28,11 +28,11 @@ interface HTMLLinkElement : HTMLElement { |
[Reflect, URL] attribute DOMString href; |
[CEReactions, Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString? crossOrigin; |
[CEReactions, Reflect] attribute DOMString rel; |
- [RuntimeEnabled=LinkPreload, CEReactions, PutForwards=value] readonly attribute DOMTokenList relList; |
+ [CEReactions, PutForwards=value] readonly attribute DOMTokenList relList; |
[CEReactions, Reflect] attribute DOMString media; |
[CEReactions, Reflect] attribute DOMString hreflang; |
[CEReactions, Reflect] attribute DOMString type; |
- [Reflect, RuntimeEnabled=LinkPreload] attribute DOMString as; |
+ [Reflect] attribute DOMString as; |
[CEReactions, PutForwards=value] readonly attribute DOMTokenList sizes; |
// obsolete members |