Index: Source/WebCore/rendering/RenderTableSection.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderTableSection.cpp (revision 118866) |
+++ Source/WebCore/rendering/RenderTableSection.cpp (working copy) |
@@ -403,6 +403,8 @@ |
void RenderTableSection::layout() |
{ |
ASSERT(needsLayout()); |
+ ASSERT(!needsCellRecalc()); |
+ ASSERT(!table()->needsSectionRecalc()); |
LayoutStateMaintainer statePusher(view(), this, locationOffset(), style()->isFlippedBlocksWritingMode()); |
for (RenderObject* child = children()->firstChild(); child; child = child->nextSibling()) { |