| Index: Source/core/html/HTMLTableElement.h
|
| diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
|
| index e2c08970aaaa67d6828461707e2184b8e8c8b1b2..d25a23c59bfc26c39328696c8c635c36ed200770 100644
|
| --- a/Source/core/html/HTMLTableElement.h
|
| +++ b/Source/core/html/HTMLTableElement.h
|
| @@ -62,8 +62,8 @@ public:
|
| PassRefPtr<HTMLCollection> rows();
|
| PassRefPtr<HTMLCollection> tBodies();
|
|
|
| - String rules() const;
|
| - String summary() const;
|
| + const AtomicString& rules() const;
|
| + const AtomicString& summary() const;
|
|
|
| const StylePropertySet* additionalCellStyle();
|
| const StylePropertySet* additionalGroupStyle(bool rows);
|
|
|