| Index: Source/core/html/HTMLScriptElement.idl
|
| diff --git a/Source/core/html/HTMLScriptElement.idl b/Source/core/html/HTMLScriptElement.idl
|
| index b8c367ad91e9f58730e06fb4527b7c4e785c2a76..aad0ed65a698dd89bd583ebe44c7012533fd2ace 100644
|
| --- a/Source/core/html/HTMLScriptElement.idl
|
| +++ b/Source/core/html/HTMLScriptElement.idl
|
| @@ -28,4 +28,6 @@ interface HTMLScriptElement : HTMLElement {
|
| [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;
|
| };
|
|
|