Introduce a set_uint_attribute method.

This commit is contained in:
Ms2ger 2014-04-06 14:19:30 +02:00
parent 4386bae576
commit bb732ef4e6
3 changed files with 10 additions and 6 deletions

View file

@ -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;