| Index: Source/core/html/HTMLTableElement.cpp
|
| diff --git a/Source/core/html/HTMLTableElement.cpp b/Source/core/html/HTMLTableElement.cpp
|
| index 5d67a971af79ab3ff566bdf9baa6dfe5eb61f867..7f5c00f52ab537da3ecb094ab09d359cc3387459 100644
|
| --- a/Source/core/html/HTMLTableElement.cpp
|
| +++ b/Source/core/html/HTMLTableElement.cpp
|
| @@ -558,12 +558,12 @@ const QualifiedName& HTMLTableElement::subResourceAttributeName() const
|
| return backgroundAttr;
|
| }
|
|
|
| -PassRefPtr<HTMLCollection> HTMLTableElement::rows()
|
| +PassRefPtrWillBeRawPtr<HTMLCollection> HTMLTableElement::rows()
|
| {
|
| return ensureCachedHTMLCollection(TableRows);
|
| }
|
|
|
| -PassRefPtr<HTMLCollection> HTMLTableElement::tBodies()
|
| +PassRefPtrWillBeRawPtr<HTMLCollection> HTMLTableElement::tBodies()
|
| {
|
| return ensureCachedHTMLCollection(TableTBodies);
|
| }
|
|
|