Index: Source/core/html/HTMLTrackElement.idl |
diff --git a/Source/core/html/HTMLTrackElement.idl b/Source/core/html/HTMLTrackElement.idl |
index 1c0fd6c5f74f961a9be3966623b01d71831700b9..e1b9857bd89f2d8ed71f8a93840b3d7c1d350984 100644 |
--- a/Source/core/html/HTMLTrackElement.idl |
+++ b/Source/core/html/HTMLTrackElement.idl |
@@ -23,9 +23,7 @@ |
* 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] attribute DOMString srclang; |