| Index: Source/core/layout/LayoutTableCol.h
|
| diff --git a/Source/core/layout/LayoutTableCol.h b/Source/core/layout/LayoutTableCol.h
|
| index d8ff46670b3171b0887e5cfeb9adefb7d47fec8e..a51f4f84d3b46311658c22c26f906f1fa2f71c79 100644
|
| --- a/Source/core/layout/LayoutTableCol.h
|
| +++ b/Source/core/layout/LayoutTableCol.h
|
| @@ -36,7 +36,6 @@ class LayoutTableCell;
|
| class LayoutTableCol final : public RenderBox {
|
| public:
|
| explicit LayoutTableCol(Element*);
|
| - virtual void trace(Visitor*) override;
|
|
|
| RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); }
|
|
|
|
|