Skip to content

Commit 0d173fe

Browse files
dalecurtisDjuffin
authored andcommitted
Add SecureContext to ImageTrack, ImageTrackList
These aren't constructible by the page, so they should have the same SecureContext annotation that ImageDecoder does.
1 parent 724b7d6 commit 0d173fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6032,7 +6032,7 @@
60326032
----------------------------------------------------
60336033
<pre class='idl'>
60346034
<xmp>
6035-
[Exposed=(Window,DedicatedWorker)]
6035+
[Exposed=(Window,DedicatedWorker), SecureContext]
60366036
interface ImageTrackList {
60376037
getter ImageTrack (unsigned long index);
60386038

@@ -6083,7 +6083,7 @@
60836083
--------------------------------------------
60846084
<pre class='idl'>
60856085
<xmp>
6086-
[Exposed=(Window,DedicatedWorker)]
6086+
[Exposed=(Window,DedicatedWorker), SecureContext]
60876087
interface ImageTrack {
60886088
readonly attribute boolean animated;
60896089
readonly attribute unsigned long frameCount;

0 commit comments

Comments
 (0)