Index: Source/core/html/HTMLTableColElement.h |
diff --git a/Source/core/html/HTMLTableColElement.h b/Source/core/html/HTMLTableColElement.h |
index 4fb107ccd9f6a3cbf33f2fb6f80281c01a057919..ecd3f73f241203291ce742b454c05c29abbe0819 100644 |
--- a/Source/core/html/HTMLTableColElement.h |
+++ b/Source/core/html/HTMLTableColElement.h |
@@ -37,7 +37,7 @@ public: |
int span() const { return m_span; } |
void setSpan(int); |
- String width() const; |
+ const AtomicString& width() const; |
private: |
HTMLTableColElement(const QualifiedName& tagName, Document&); |