diff options
Diffstat (limited to 'Source/WebCore/html/HTMLTableRowsCollection.h')
| -rw-r--r-- | Source/WebCore/html/HTMLTableRowsCollection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLTableRowsCollection.h b/Source/WebCore/html/HTMLTableRowsCollection.h index c4312896f..1a54f0f1f 100644 --- a/Source/WebCore/html/HTMLTableRowsCollection.h +++ b/Source/WebCore/html/HTMLTableRowsCollection.h @@ -38,13 +38,13 @@ class HTMLTableRowElement; class HTMLTableRowsCollection : public HTMLCollection { public: - static PassRefPtr<HTMLTableRowsCollection> create(Element*, CollectionType); + static PassRefPtr<HTMLTableRowsCollection> create(Node*, CollectionType); static HTMLTableRowElement* rowAfter(HTMLTableElement*, HTMLTableRowElement*); static HTMLTableRowElement* lastRow(HTMLTableElement*); private: - HTMLTableRowsCollection(Element*); + HTMLTableRowsCollection(Node*); virtual Element* virtualItemAfter(unsigned& offsetInArray, Element*) const OVERRIDE; }; |
