aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLVideoElement.webidl
diff options
context:
space:
mode:
authorJean SIMARD <woshilapin@tuziwo.info>2016-07-20 18:54:55 -0400
committerJean SIMARD <woshilapin@tuziwo.info>2016-07-22 17:10:36 -0400
commit2aed5b978119c0053b055d26e2317222945d43cf (patch)
tree8f26405bcf26cf1b79022d06bdf15799c04606d8 /components/script/dom/webidls/HTMLVideoElement.webidl
parentcdf225c26e04ac8a2f3294ab32999ec482db8cd4 (diff)
downloadservo-2aed5b978119c0053b055d26e2317222945d43cf.tar.gz
servo-2aed5b978119c0053b055d26e2317222945d43cf.zip
partial-fix #12415: incorrect exposure of Window,Worker in webidl
* HTMLTemplateElement.webidl * HTMLTextAreaElement.webidl * HTMLTimeElement.webidl * HTMLTitleElement.webidl * HTMLTrackElement.webidl * HTMLUnknownElement.webidl * HTMLUListElement.webidl * HTMLVideoElement.webidl
Diffstat (limited to 'components/script/dom/webidls/HTMLVideoElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLVideoElement.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLVideoElement.webidl b/components/script/dom/webidls/HTMLVideoElement.webidl
index 3af425cc06b..5e7c9cb9fce 100644
--- a/components/script/dom/webidls/HTMLVideoElement.webidl
+++ b/components/script/dom/webidls/HTMLVideoElement.webidl
@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlvideoelement
-[Exposed=(Window,Worker)]
interface HTMLVideoElement : HTMLMediaElement {
// attribute unsigned long width;
// attribute unsigned long height;