auto merge of #2048 : Ms2ger/servo/set_uint_attribute, r=jdm

This commit is contained in:
bors-servo 2014-04-07 12:34:18 -04:00
commit a65ff6089a
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;