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

Unified Diff: Source/core/html/HTMLTableColElement.idl

Issue 1196283003: HTMLTableColElement span type set to unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated test to reflect the changes Created 5 years, 6 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 | « Source/core/html/HTMLTableColElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTableColElement.idl
diff --git a/Source/core/html/HTMLTableColElement.idl b/Source/core/html/HTMLTableColElement.idl
index c91e0baa9207d4d4acf26f5e26048e5ff51a3316..8ad6945a52404d981cc921478db9c4b23a0cb7aa 100644
--- a/Source/core/html/HTMLTableColElement.idl
+++ b/Source/core/html/HTMLTableColElement.idl
@@ -22,8 +22,7 @@
// https://html.spec.whatwg.org/#the-col-element
interface HTMLTableColElement : HTMLElement {
- // TODO(philipj): span should be unsigned long.
- attribute long span;
+ attribute unsigned long span;
// obsolete attributes
// https://html.spec.whatwg.org/#HTMLTableColElement-partial
« no previous file with comments | « Source/core/html/HTMLTableColElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698