summaryrefslogtreecommitdiffstats
path: root/dom/webidl/VideoDecoder.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/VideoDecoder.webidl')
-rw-r--r--dom/webidl/VideoDecoder.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/VideoDecoder.webidl b/dom/webidl/VideoDecoder.webidl
index 0c8f5c9b5e..e8abb753dc 100644
--- a/dom/webidl/VideoDecoder.webidl
+++ b/dom/webidl/VideoDecoder.webidl
@@ -45,7 +45,7 @@ dictionary VideoDecoderSupport {
dictionary VideoDecoderConfig {
required DOMString codec;
- // Bug 1696216: Should be 1696216 [AllowShared] BufferSource description;
+ // Bug 1696216: Should be [AllowShared] BufferSource description;
([AllowShared] ArrayBufferView or [AllowShared] ArrayBuffer) description;
[EnforceRange] unsigned long codedWidth;
[EnforceRange] unsigned long codedHeight;