Skip to content

Commit aeb208c

Browse files
author
Marcos Cáceres
authored
Use a sequence for files (#170)
1 parent 479319b commit aeb208c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h3>
265265
</h3>
266266
<pre class="idl">
267267
dictionary ShareData {
268-
FrozenArray&lt;File&gt; files;
268+
sequence&lt;File&gt; files;
269269
USVString title;
270270
USVString text;
271271
USVString url;

0 commit comments

Comments
 (0)