Index: Source/core/html/HTMLLinkElement.idl |
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl |
index 73c2426ce04627a758c4303f297fcf583f3edef5..92e5d19ee06192c2c80bc1f31ae423c871f1e2d9 100644 |
--- a/Source/core/html/HTMLLinkElement.idl |
+++ b/Source/core/html/HTMLLinkElement.idl |
@@ -23,6 +23,7 @@ interface HTMLLinkElement : HTMLElement { |
[Reflect] attribute boolean disabled; |
[Reflect] attribute DOMString charset; |
[Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString href; |
+ [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin; |
[Reflect] attribute DOMString hreflang; |
[Reflect] attribute DOMString media; |
[Reflect] attribute DOMString rel; |