Index: Source/core/layout/LayoutTableRow.cpp |
diff --git a/Source/core/layout/LayoutTableRow.cpp b/Source/core/layout/LayoutTableRow.cpp |
index 65281e6a485c49b014023efdf335f05a9a497a49..9a63bb24aeccdbf52fe0ce7bd35bd23b979d55d9 100644 |
--- a/Source/core/layout/LayoutTableRow.cpp |
+++ b/Source/core/layout/LayoutTableRow.cpp |
@@ -47,12 +47,6 @@ LayoutTableRow::LayoutTableRow(Element* element) |
setInline(false); // our object is not Inline |
} |
-void LayoutTableRow::trace(Visitor* visitor) |
-{ |
- visitor->trace(m_children); |
- RenderBox::trace(visitor); |
-} |
- |
void LayoutTableRow::willBeRemovedFromTree() |
{ |
RenderBox::willBeRemovedFromTree(); |