| Index: Source/core/html/HTMLImageElement.idl
|
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
|
| index b4ca1750ce0e47bf592cc8a7286ca842bd53d183..976e52fff834f5187064d00c272e869f855a611c 100644
|
| --- a/Source/core/html/HTMLImageElement.idl
|
| +++ b/Source/core/html/HTMLImageElement.idl
|
| @@ -54,9 +54,4 @@
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlimageelement-interface
|
| [MeasureAs=HTMLImageElementX] readonly attribute long x;
|
| [MeasureAs=HTMLImageElementY] readonly attribute long y;
|
| -
|
| - // Subresource Integrity
|
| - // https://w3c.github.io/webappsec/specs/subresourceintegrity/
|
| - // FIXME: The spec does not extend HTMLImageElement.
|
| - [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|