Index: Source/core/html/HTMLTableRowsCollection.h |
diff --git a/Source/core/html/HTMLTableRowsCollection.h b/Source/core/html/HTMLTableRowsCollection.h |
index e9935fe26524165624b6f0d4e89206f4eeecaeef..d731cb844d9d64bc1c3c3f7c96282ddfc1659f19 100644 |
--- a/Source/core/html/HTMLTableRowsCollection.h |
+++ b/Source/core/html/HTMLTableRowsCollection.h |
@@ -38,13 +38,13 @@ class HTMLTableRowElement; |
class HTMLTableRowsCollection FINAL : public HTMLCollection { |
public: |
- static PassRefPtr<HTMLTableRowsCollection> create(ContainerNode*, CollectionType); |
+ static PassRefPtr<HTMLTableRowsCollection> create(ContainerNode&, CollectionType); |
static HTMLTableRowElement* rowAfter(HTMLTableElement&, HTMLTableRowElement*); |
static HTMLTableRowElement* lastRow(HTMLTableElement&); |
private: |
- explicit HTMLTableRowsCollection(ContainerNode*); |
+ explicit HTMLTableRowsCollection(ContainerNode&); |
virtual Element* virtualItemAfter(Element*) const OVERRIDE; |
}; |