Index: third_party/WebKit/Source/core/html/HTMLImageElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.idl b/third_party/WebKit/Source/core/html/HTMLImageElement.idl |
index a08f25d8c69bb34af4603fee324cd5dbec5565b5..ddad655d4157f1705009989575aa6274a4d1fb47 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.idl |
@@ -46,8 +46,8 @@ |
[CEReactions, Reflect] attribute DOMString name; |
[CEReactions, Reflect, URL] attribute DOMString lowsrc; |
[CEReactions, Reflect] attribute DOMString align; |
- [CEReactions, Reflect] attribute long hspace; |
- [CEReactions, Reflect] attribute long vspace; |
+ [CEReactions, Reflect] attribute unsigned long hspace; |
+ [CEReactions, Reflect] attribute unsigned long vspace; |
[CEReactions, Reflect, URL] attribute DOMString longDesc; |
[CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString border; |