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 |