Index: Source/core/rendering/LayoutState.cpp |
diff --git a/Source/core/rendering/LayoutState.cpp b/Source/core/rendering/LayoutState.cpp |
index ab4ad8fdcf72662effd13d21a55bea9cb5952653..1f3235ec9aa5eb86d87ed25daee9d1c5066b8213 100644 |
--- a/Source/core/rendering/LayoutState.cpp |
+++ b/Source/core/rendering/LayoutState.cpp |
@@ -112,8 +112,7 @@ LayoutState::LayoutState(RenderObject& root) |
, m_pageLogicalHeight(0) |
, m_renderer(root) |
{ |
- // FIXME: Why does RenderTableSection create this wonky LayoutState? |
- ASSERT(!m_next || root.isTableSection()); |
+ ASSERT(!m_next); |
// We'll end up pushing in RenderView itself, so don't bother adding it. |
if (root.isRenderView()) |
return; |