| Index: Source/core/html/HTMLTableColElement.cpp
|
| diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp
|
| index bf46d4d9bb7c0ebd3b124ba83a3c28cf1a35593d..d7d99b14555cf728719d8d6fc2367864ee159a89 100644
|
| --- a/Source/core/html/HTMLTableColElement.cpp
|
| +++ b/Source/core/html/HTMLTableColElement.cpp
|
| @@ -91,7 +91,7 @@ const StylePropertySet* HTMLTableColElement::additionalPresentationAttributeStyl
|
|
|
| void HTMLTableColElement::setSpan(int n)
|
| {
|
| - setAttribute(spanAttr, String::number(n));
|
| + setIntegralAttribute(spanAttr, n);
|
| }
|
|
|
| String HTMLTableColElement::width() const
|
|
|