| Index: Source/core/html/HTMLSourceElement.idl
|
| diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl
|
| index 9d86da4bbb67ab45e88040e9dab18626a00303f6..aeab1ad0bafdcd08571e40c35efd539a83b00949 100644
|
| --- a/Source/core/html/HTMLSourceElement.idl
|
| +++ b/Source/core/html/HTMLSourceElement.idl
|
| @@ -29,4 +29,6 @@
|
| [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
| attribute DOMString type;
|
| [DeprecateAs=HTMLSourceElementMedia] attribute DOMString media;
|
| +
|
| + [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|