aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLVideoElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLVideoElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLVideoElement.webidl4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLVideoElement.webidl b/components/script/dom/webidls/HTMLVideoElement.webidl
index 582e017cc71..d9e6b86e4bb 100644
--- a/components/script/dom/webidls/HTMLVideoElement.webidl
+++ b/components/script/dom/webidls/HTMLVideoElement.webidl
@@ -3,8 +3,10 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlvideoelement
-[Exposed=Window, HTMLConstructor]
+[Exposed=Window]
interface HTMLVideoElement : HTMLMediaElement {
+ [HTMLConstructor] constructor();
+
// [CEReactions]
// attribute unsigned long width;
// [CEReactions]