Index: core/html/HTMLTrackElement.idl |
diff --git a/core/html/HTMLTrackElement.idl b/core/html/HTMLTrackElement.idl |
index da7e22e9e6466e98586f19b275e761f0450e94ca..7ad3e606e3d3dcedf48ee9747206a9cdfbbfe4af 100644 |
--- a/core/html/HTMLTrackElement.idl |
+++ b/core/html/HTMLTrackElement.idl |
@@ -23,11 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- RuntimeEnabled=VideoTrack |
-] interface HTMLTrackElement : HTMLElement { |
+interface HTMLTrackElement : HTMLElement { |
attribute DOMString kind; |
- [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src; |
+ [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src; |
[Reflect] attribute DOMString srclang; |
[Reflect] attribute DOMString label; |
[Reflect] attribute boolean default; |
@@ -40,4 +38,6 @@ |
readonly attribute unsigned short readyState; |
readonly attribute TextTrack track; |
+ |
+ [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |
}; |