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

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.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 | « third_party/WebKit/Source/core/html/HTMLImageElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLObjectElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
index 4852215dda8b70759ed6862dd0f4056876fa03fb..56e7ff77d2996c58914194f253168a968e446e0f 100644
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.idl
@@ -53,10 +53,9 @@
[CEReactions, Reflect] attribute DOMString archive;
[CEReactions, Reflect] attribute DOMString code;
[CEReactions, Reflect] attribute boolean declare;
- // TODO(foolip): hspace and vspace should be unsigned long.
- [CEReactions, Reflect] attribute long hspace;
+ [CEReactions, Reflect] attribute unsigned long hspace;
[CEReactions, Reflect] attribute DOMString standby;
- [CEReactions, Reflect] attribute long vspace;
+ [CEReactions, Reflect] attribute unsigned long vspace;
[CEReactions, Reflect, URL] attribute DOMString codeBase;
[CEReactions, Reflect] attribute DOMString codeType;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLImageElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698