Index: Source/core/html/HTMLTableRowsCollection.h |
diff --git a/Source/core/html/HTMLTableRowsCollection.h b/Source/core/html/HTMLTableRowsCollection.h |
index e7324b2973b42c0ed1307cb95b727c647e7acc1d..e9935fe26524165624b6f0d4e89206f4eeecaeef 100644 |
--- a/Source/core/html/HTMLTableRowsCollection.h |
+++ b/Source/core/html/HTMLTableRowsCollection.h |
@@ -40,8 +40,8 @@ class HTMLTableRowsCollection FINAL : public HTMLCollection { |
public: |
static PassRefPtr<HTMLTableRowsCollection> create(ContainerNode*, CollectionType); |
- static HTMLTableRowElement* rowAfter(HTMLTableElement*, HTMLTableRowElement*); |
- static HTMLTableRowElement* lastRow(HTMLTableElement*); |
+ static HTMLTableRowElement* rowAfter(HTMLTableElement&, HTMLTableRowElement*); |
+ static HTMLTableRowElement* lastRow(HTMLTableElement&); |
private: |
explicit HTMLTableRowsCollection(ContainerNode*); |