Index: Source/core/html/HTMLTableCellElement.h |
diff --git a/Source/core/html/HTMLTableCellElement.h b/Source/core/html/HTMLTableCellElement.h |
index 78305a13b8d80e0db489a927bf5d4559e4a11479..8c22cccfb38ee811071ec07c7d382da01870f067 100644 |
--- a/Source/core/html/HTMLTableCellElement.h |
+++ b/Source/core/html/HTMLTableCellElement.h |
@@ -41,12 +41,12 @@ public: |
void setCellIndex(int); |
- String abbr() const; |
- String axis() const; |
+ const AtomicString& abbr() const; |
+ const AtomicString& axis() const; |
void setColSpan(int); |
- String headers() const; |
+ const AtomicString& headers() const; |
void setRowSpan(int); |
- String scope() const; |
+ const AtomicString& scope() const; |
HTMLTableCellElement* cellAbove() const; |