| Index: Source/core/html/HTMLTableRowsCollection.h
|
| diff --git a/Source/core/html/HTMLTableRowsCollection.h b/Source/core/html/HTMLTableRowsCollection.h
|
| index d731cb844d9d64bc1c3c3f7c96282ddfc1659f19..28d6a52aeafa1e685e83c2d664c3a6af30771ded 100644
|
| --- a/Source/core/html/HTMLTableRowsCollection.h
|
| +++ b/Source/core/html/HTMLTableRowsCollection.h
|
| @@ -38,7 +38,7 @@ class HTMLTableRowElement;
|
|
|
| class HTMLTableRowsCollection FINAL : public HTMLCollection {
|
| public:
|
| - static PassRefPtr<HTMLTableRowsCollection> create(ContainerNode&, CollectionType);
|
| + static PassRefPtrWillBeRawPtr<HTMLTableRowsCollection> create(ContainerNode&, CollectionType);
|
|
|
| static HTMLTableRowElement* rowAfter(HTMLTableElement&, HTMLTableRowElement*);
|
| static HTMLTableRowElement* lastRow(HTMLTableElement&);
|
|
|