| Index: Source/core/html/HTMLScriptElement.idl
|
| diff --git a/Source/core/html/HTMLScriptElement.idl b/Source/core/html/HTMLScriptElement.idl
|
| index 1f1e260a7f9992e76de60506b19fef9431bdefb0..b8c367ad91e9f58730e06fb4527b7c4e785c2a76 100644
|
| --- a/Source/core/html/HTMLScriptElement.idl
|
| +++ b/Source/core/html/HTMLScriptElement.idl
|
| @@ -26,6 +26,6 @@ interface HTMLScriptElement : HTMLElement {
|
| [Reflect] attribute boolean defer;
|
| [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| [Reflect] attribute DOMString type;
|
| - [Reflect] attribute DOMString crossOrigin;
|
| + [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
|
| [Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| };
|
|
|