| Index: Source/core/layout/LayoutTableRow.h
|
| diff --git a/Source/core/layout/LayoutTableRow.h b/Source/core/layout/LayoutTableRow.h
|
| index 4f4998bce922c930ab2dfb0d5cf0f7488f587be5..20b0f39708fb9abb2a5c2ae822185de361c7ba71 100644
|
| --- a/Source/core/layout/LayoutTableRow.h
|
| +++ b/Source/core/layout/LayoutTableRow.h
|
| @@ -35,7 +35,6 @@ static const unsigned maxRowIndex = 0x7FFFFFFE; // 2,147,483,646
|
| class LayoutTableRow final : public RenderBox {
|
| public:
|
| explicit LayoutTableRow(Element*);
|
| - virtual void trace(Visitor*) override;
|
|
|
| LayoutTableCell* firstCell() const;
|
| LayoutTableCell* lastCell() const;
|
|
|