Index: Source/core/html/HTMLTableColElement.cpp |
diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp |
index d7d99b14555cf728719d8d6fc2367864ee159a89..19e301d95c045add824696d4600acab78d74193a 100644 |
--- a/Source/core/html/HTMLTableColElement.cpp |
+++ b/Source/core/html/HTMLTableColElement.cpp |
@@ -94,7 +94,7 @@ void HTMLTableColElement::setSpan(int n) |
setIntegralAttribute(spanAttr, n); |
} |
-String HTMLTableColElement::width() const |
+const AtomicString& HTMLTableColElement::width() const |
{ |
return getAttribute(widthAttr); |
} |