Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -5872,7 +5872,7 @@
----------------------------------------------------
<pre class='idl'>
<xmp>
[Exposed=(Window,DedicatedWorker)]
[Exposed=(Window,DedicatedWorker), SecureContext]
interface ImageTrackList {
getter ImageTrack (unsigned long index);

Expand Down Expand Up @@ -5923,7 +5923,7 @@
--------------------------------------------
<pre class='idl'>
<xmp>
[Exposed=(Window,DedicatedWorker)]
[Exposed=(Window,DedicatedWorker), SecureContext]
interface ImageTrack {
readonly attribute boolean animated;
readonly attribute unsigned long frameCount;
Expand Down