| Index: Source/core/html/HTMLSourceElement.idl
|
| diff --git a/Source/core/html/HTMLSourceElement.idl b/Source/core/html/HTMLSourceElement.idl
|
| index efb72314d837cd01c6a4e000e47d706418435baf..5f0702d2568f03746cdaf1b80c9701f55db1cbbd 100644
|
| --- a/Source/core/html/HTMLSourceElement.idl
|
| +++ b/Source/core/html/HTMLSourceElement.idl
|
| @@ -29,5 +29,9 @@
|
| [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString src;
|
| attribute DOMString type;
|
|
|
| + [Reflect, RuntimeEnabled=Picture] attribute DOMString srcset;
|
| + [Reflect, RuntimeEnabled=Picture] attribute DOMString sizes;
|
| + [Reflect, RuntimeEnabled=Picture] attribute DOMString media;
|
| +
|
| [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
|
| };
|
|
|