| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index 7b864ca9c675a33320f203abfbb4939172880201..d80bd75336568a6019a5509f1bc45defca050737 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -39,4 +39,6 @@ interface HTMLIFrameElement : HTMLElement {
|
| readonly attribute Window contentWindow;
|
|
|
| [CheckSecurity=Node, RaisesException] Document getSVGDocument();
|
| +
|
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|