| Index: Source/core/html/HTMLTableElement.cpp
|
| diff --git a/Source/core/html/HTMLTableElement.cpp b/Source/core/html/HTMLTableElement.cpp
|
| index b963855d9dd312325cc8bbf66bd7402ad39f2fe2..c963c1f65a0af08b8ac6e6d972dd4a8444b4ceca 100644
|
| --- a/Source/core/html/HTMLTableElement.cpp
|
| +++ b/Source/core/html/HTMLTableElement.cpp
|
| @@ -563,12 +563,12 @@ PassRefPtr<HTMLCollection> HTMLTableElement::tBodies()
|
| return ensureCachedHTMLCollection(TableTBodies);
|
| }
|
|
|
| -String HTMLTableElement::rules() const
|
| +const AtomicString& HTMLTableElement::rules() const
|
| {
|
| return getAttribute(rulesAttr);
|
| }
|
|
|
| -String HTMLTableElement::summary() const
|
| +const AtomicString& HTMLTableElement::summary() const
|
| {
|
| return getAttribute(summaryAttr);
|
| }
|
|
|