| Index: Source/core/html/HTMLTableRowElement.h
|
| diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h
|
| index 0039e463fee93ee3da7c5a144f4ef70cdc82e479..539856ef5d5f433d1f817565a95e881c1b229065 100644
|
| --- a/Source/core/html/HTMLTableRowElement.h
|
| +++ b/Source/core/html/HTMLTableRowElement.h
|
| @@ -34,7 +34,7 @@ class ExceptionState;
|
|
|
| class HTMLTableRowElement FINAL : public HTMLTablePartElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLTableRowElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLTableRowElement);
|
|
|
| int rowIndex() const;
|
|
|
|
|