Index: Source/core/html/HTMLTableRowElement.h |
diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h |
index 7f96797d9b3ba78ebfd44820e7c0bd55b2477a55..0039e463fee93ee3da7c5a144f4ef70cdc82e479 100644 |
--- a/Source/core/html/HTMLTableRowElement.h |
+++ b/Source/core/html/HTMLTableRowElement.h |
@@ -44,7 +44,7 @@ public: |
PassRefPtrWillBeRawPtr<HTMLElement> insertCell(int index, ExceptionState&); |
void deleteCell(int index, ExceptionState&); |
- PassRefPtr<HTMLCollection> cells(); |
+ PassRefPtrWillBeRawPtr<HTMLCollection> cells(); |
private: |
explicit HTMLTableRowElement(Document&); |