| Index: Source/core/html/HTMLEmbedElement.idl
|
| diff --git a/Source/core/html/HTMLEmbedElement.idl b/Source/core/html/HTMLEmbedElement.idl
|
| index ef32573802f4d81ed25f78835da41ae5ac95c5a2..d354a74abc692b467dd317439d6017547350d1dd 100644
|
| --- a/Source/core/html/HTMLEmbedElement.idl
|
| +++ b/Source/core/html/HTMLEmbedElement.idl
|
| @@ -33,4 +33,6 @@
|
| [Custom] setter Node (DOMString name, Node value);
|
|
|
| [CheckSecurity=Node, RaisesException] Document getSVGDocument();
|
| +
|
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|