| Index: Source/core/layout/LayoutTableCol.cpp | 
| diff --git a/Source/core/layout/LayoutTableCol.cpp b/Source/core/layout/LayoutTableCol.cpp | 
| index aaa74d5d7aebee6e0a366341aa2647e1a1957341..0e86afe0b27cffc2a0a380f13aae1237fd1f560b 100644 | 
| --- a/Source/core/layout/LayoutTableCol.cpp | 
| +++ b/Source/core/layout/LayoutTableCol.cpp | 
| @@ -44,12 +44,6 @@ LayoutTableCol::LayoutTableCol(Element* element) | 
| updateFromElement(); | 
| } | 
|  | 
| -void LayoutTableCol::trace(Visitor* visitor) | 
| -{ | 
| -    visitor->trace(m_children); | 
| -    RenderBox::trace(visitor); | 
| -} | 
| - | 
| void LayoutTableCol::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) | 
| { | 
| RenderBox::styleDidChange(diff, oldStyle); | 
|  |