aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/HTMLImageElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/webidls/HTMLImageElement.webidl')
-rw-r--r--src/components/script/dom/webidls/HTMLImageElement.webidl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/script/dom/webidls/HTMLImageElement.webidl b/src/components/script/dom/webidls/HTMLImageElement.webidl
index 700bd20d949..2131124b856 100644
--- a/src/components/script/dom/webidls/HTMLImageElement.webidl
+++ b/src/components/script/dom/webidls/HTMLImageElement.webidl
@@ -23,9 +23,7 @@ interface HTMLImageElement : HTMLElement {
attribute DOMString useMap;
[SetterThrows]
attribute boolean isMap;
- [SetterThrows]
attribute unsigned long width;
- [SetterThrows]
attribute unsigned long height;
readonly attribute unsigned long naturalWidth;
readonly attribute unsigned long naturalHeight;