| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index 1e7eef3e7e0b321265f3c6240e339caa630d98a1..d3f8e3fcdf01a1e7eedeaad1128f58932b2eee2b 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -42,9 +42,4 @@ interface HTMLIFrameElement : HTMLElement {
|
|
|
| [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
| [Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth;
|
| -
|
| - // Subresource Integrity
|
| - // https://w3c.github.io/webappsec/specs/subresourceintegrity/
|
| - // FIXME: The spec does not extend HTMLIFrameElement.
|
| - [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|