| Index: Source/core/html/HTMLSourceElement.idl
|
| diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl
|
| index 3b3b83664bdcee235ac48bdc7ec25e33f38e3101..50efebdd8b0de7340d21ec4ae54447309baa10b1 100644
|
| --- a/Source/core/html/HTMLSourceElement.idl
|
| +++ b/Source/core/html/HTMLSourceElement.idl
|
| @@ -35,9 +35,4 @@
|
| [Reflect] attribute DOMString srcset;
|
| [Reflect] attribute DOMString sizes;
|
| [Reflect] attribute DOMString media;
|
| -
|
| - // Subresource Integrity
|
| - // https://w3c.github.io/webappsec/specs/subresourceintegrity/
|
| - // TODO(philipj): The spec does not extend HTMLSourceElement.
|
| - [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|