| Index: core/html/HTMLScriptElement.idl
|
| diff --git a/core/html/HTMLScriptElement.idl b/core/html/HTMLScriptElement.idl
|
| index b8c367ad91e9f58730e06fb4527b7c4e785c2a76..71b542261e45da1aba9e3dcaaff5126db78dc81c 100644
|
| --- a/core/html/HTMLScriptElement.idl
|
| +++ b/core/html/HTMLScriptElement.idl
|
| @@ -24,8 +24,10 @@ interface HTMLScriptElement : HTMLElement {
|
| [Reflect] attribute DOMString charset;
|
| attribute boolean async;
|
| [Reflect] attribute boolean defer;
|
| - [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| + [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src;
|
| [Reflect] attribute DOMString type;
|
| [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
|
| [Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
|
| +
|
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|