Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: third_party/WebKit/Source/core/html/HTMLImageElement.idl

Issue 2326163002: Make hspace/vspace unsigned long in idl (Closed)
Patch Set: V3 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698