Index: Source/core/html/HTMLTableElement.h |
diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h |
index 45be9cf28afd4c2841c70ebf0f07e18e733e6cf2..c8b2dbcf35af59005f4c5b499c9f01bb9392ad8c 100644 |
--- a/Source/core/html/HTMLTableElement.h |
+++ b/Source/core/html/HTMLTableElement.h |
@@ -60,7 +60,7 @@ public: |
PassRefPtrWillBeRawPtr<HTMLElement> insertRow(int index, ExceptionState&); |
void deleteRow(int index, ExceptionState&); |
- PassRefPtrWillBeRawPtr<HTMLCollection> rows(); |
+ PassRefPtrWillBeRawPtr<HTMLTableRowsCollection> rows(); |
PassRefPtrWillBeRawPtr<HTMLCollection> tBodies(); |
const AtomicString& rules() const; |