Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2446)

Unified Diff: core/html/HTMLLinkElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/html/HTMLLabelElement.idl ('k') | core/html/HTMLMediaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLLinkElement.idl
diff --git a/core/html/HTMLLinkElement.idl b/core/html/HTMLLinkElement.idl
index 91c040e6c029e42029283f1a632a902b1e878fb6..1d19a864b8a314db3c13667583ad367acb33b99b 100644
--- a/core/html/HTMLLinkElement.idl
+++ b/core/html/HTMLLinkElement.idl
@@ -28,11 +28,12 @@ interface HTMLLinkElement : HTMLElement {
[Reflect, URL] attribute DOMString href;
[Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString? crossOrigin;
[Reflect] attribute DOMString rel;
- // FIXME: readonly attribute DOMTokenList relList;
+ [RuntimeEnabled=LinkPreload, PutForwards=value] readonly attribute DOMTokenList relList;
[Reflect] attribute DOMString media;
[Reflect] attribute DOMString hreflang;
[Reflect] attribute DOMString type;
- [PutForwards=value] readonly attribute DOMSettableTokenList sizes;
+ [Reflect, RuntimeEnabled=LinkPreload] attribute DOMString as;
+ [PutForwards=value] readonly attribute DOMTokenList sizes;
// obsolete members
// https://html.spec.whatwg.org/#HTMLLinkElement-partial
« no previous file with comments | « core/html/HTMLLabelElement.idl ('k') | core/html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698