| Index: Source/core/html/HTMLImageElement.idl
|
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
|
| index 0dc7d73998ef92a51287aa277d20881247a7cb3a..24191619fc3ee0c6b85cb079f7f06877118d2a75 100644
|
| --- a/Source/core/html/HTMLImageElement.idl
|
| +++ b/Source/core/html/HTMLImageElement.idl
|
| @@ -44,6 +44,7 @@
|
| [Reflect] attribute DOMString name;
|
| [Reflect, URL] attribute DOMString lowsrc;
|
| [Reflect] attribute DOMString align;
|
| + // TODO(philipj): hspace and vspace should be unsigned long.
|
| [Reflect] attribute long hspace;
|
| [Reflect] attribute long vspace;
|
| [Reflect, URL] attribute DOMString longDesc;
|
|
|