aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLMediaElement.webidl
diff options
context:
space:
mode:
authorLucas Fantacuci <lucasfantacuci@gmail.com>2018-12-12 11:17:41 -0200
committerLucas Fantacuci <lucasfantacuci@gmail.com>2018-12-12 11:50:35 -0200
commitad3ec61d2fff041e032df30c813b742ae4d9bb72 (patch)
treed5aef9376f4e2f5082f516b861d6f11ef63e0154 /components/script/dom/webidls/HTMLMediaElement.webidl
parent1046ae58a155d3f1ab4d011242a03a81a712f3c4 (diff)
downloadservo-ad3ec61d2fff041e032df30c813b742ae4d9bb72.tar.gz
servo-ad3ec61d2fff041e032df30c813b742ae4d9bb72.zip
Implementing volume attribute into HTMLMediaElement
Diffstat (limited to 'components/script/dom/webidls/HTMLMediaElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLMediaElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLMediaElement.webidl b/components/script/dom/webidls/HTMLMediaElement.webidl
index 27e9d79c78d..d93fe067d09 100644
--- a/components/script/dom/webidls/HTMLMediaElement.webidl
+++ b/components/script/dom/webidls/HTMLMediaElement.webidl
@@ -54,7 +54,7 @@ interface HTMLMediaElement : HTMLElement {
// controls
// [CEReactions] attribute boolean controls;
- // attribute double volume;
+ [Throws] attribute double volume;
// attribute boolean muted;
// [CEReactions] attribute boolean defaultMuted;