| Index: Source/core/html/HTMLLinkElement.idl
|
| diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
|
| index 92e5d19ee06192c2c80bc1f31ae423c871f1e2d9..c59e4d558c9b31a5a4770145aa89ac3f7e8990a9 100644
|
| --- a/Source/core/html/HTMLLinkElement.idl
|
| +++ b/Source/core/html/HTMLLinkElement.idl
|
| @@ -36,4 +36,6 @@ interface HTMLLinkElement : HTMLElement {
|
| readonly attribute StyleSheet sheet;
|
|
|
| [RuntimeEnabled=HTMLImports] readonly attribute Document import;
|
| +
|
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|