Index: Source/core/html/HTMLScriptElement.idl |
diff --git a/Source/core/html/HTMLScriptElement.idl b/Source/core/html/HTMLScriptElement.idl |
index 9ef5b8b81c615bfeb3a4a1e2d5999d5a5b7a300a..064e63ae3e0309247b7ee9ec3721402ec465b4e2 100644 |
--- a/Source/core/html/HTMLScriptElement.idl |
+++ b/Source/core/html/HTMLScriptElement.idl |
@@ -40,6 +40,6 @@ interface HTMLScriptElement : HTMLElement { |
[Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce; |
// Subresource Integrity |
- // https://w3c.github.io/webappsec/specs/subresourceintegrity/ |
- [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |
+ // https://w3c.github.io/webappsec/specs/subresourceintegrity/#htmlscriptelement-1 |
+ [Reflect] attribute DOMString integrity; |
}; |