Index: Source/core/html/HTMLTableColElement.cpp |
diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp |
index bf46d4d9bb7c0ebd3b124ba83a3c28cf1a35593d..af215db5b5b135ed5ec7d43302260c48f8ba313f 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)); |
+ setAttribute(spanAttr, AtomicString::number(n)); |
} |
String HTMLTableColElement::width() const |