summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLVideoElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLVideoElement.webidl')
-rw-r--r--dom/webidl/HTMLVideoElement.webidl6
1 files changed, 3 insertions, 3 deletions
diff --git a/dom/webidl/HTMLVideoElement.webidl b/dom/webidl/HTMLVideoElement.webidl
index fd552f7e0..5ae4c016f 100644
--- a/dom/webidl/HTMLVideoElement.webidl
+++ b/dom/webidl/HTMLVideoElement.webidl
@@ -13,13 +13,13 @@
[HTMLConstructor]
interface HTMLVideoElement : HTMLMediaElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute unsigned long width;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute unsigned long height;
readonly attribute unsigned long videoWidth;
readonly attribute unsigned long videoHeight;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString poster;
};