diff options
Diffstat (limited to 'components/script/dom/webidls/MediaList.webidl')
-rw-r--r-- | components/script/dom/webidls/MediaList.webidl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/MediaList.webidl b/components/script/dom/webidls/MediaList.webidl index 0851fb5c220..b2ba10f0d7a 100644 --- a/components/script/dom/webidls/MediaList.webidl +++ b/components/script/dom/webidls/MediaList.webidl @@ -3,10 +3,9 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // https://drafts.csswg.org/cssom/#the-medialist-interface -// [LegacyArrayClass] [Exposed=Window] interface MediaList { - /* stringifier */ attribute [TreatNullAs=EmptyString] DOMString mediaText; + stringifier attribute [TreatNullAs=EmptyString] DOMString mediaText; readonly attribute unsigned long length; getter DOMString? item(unsigned long index); void appendMedium(DOMString medium); |