| Index: Source/core/html/HTMLLinkElement.idl
|
| diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
|
| index a9289eb12ec31118f5c6c3da080880d78aa4f40f..91c040e6c029e42029283f1a632a902b1e878fb6 100644
|
| --- a/Source/core/html/HTMLLinkElement.idl
|
| +++ b/Source/core/html/HTMLLinkElement.idl
|
| @@ -50,5 +50,5 @@ interface HTMLLinkElement : HTMLElement {
|
|
|
| // Subresource Integrity
|
| // http://w3c.github.io/webappsec/specs/subresourceintegrity/#htmllinkelement-1
|
| - [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| + [Reflect] attribute DOMString integrity;
|
| };
|
|
|