| Index: Source/core/html/HTMLObjectElement.idl
|
| diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl
|
| index c55a59e730d6814c991dca3c17bc9f61aec59823..cd064f4b286cf3538ce5bdc083f3348308f5c740 100644
|
| --- a/Source/core/html/HTMLObjectElement.idl
|
| +++ b/Source/core/html/HTMLObjectElement.idl
|
| @@ -67,9 +67,4 @@
|
| [Custom] setter boolean (unsigned long index, Node value);
|
| [Custom, NotEnumerable] getter Node (DOMString name);
|
| [Custom] setter Node (DOMString name, Node value);
|
| -
|
| - // Subresource Integrity
|
| - // https://w3c.github.io/webappsec/specs/subresourceintegrity/
|
| - // TODO(philipj): The spec does not extend HTMLImageElement.
|
| - [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|