| Index: Source/WebCore/rendering/RenderTable.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTable.cpp (revision 78112)
|
| +++ Source/WebCore/rendering/RenderTable.cpp (working copy)
|
| @@ -1126,6 +1126,8 @@
|
| if (isWritingModeRoot())
|
| return -1;
|
|
|
| + recalcSectionsIfNeeded();
|
| +
|
| RenderTableSection* firstNonEmptySection = m_head ? m_head : (m_firstBody ? m_firstBody : m_foot);
|
| if (firstNonEmptySection && !firstNonEmptySection->numRows())
|
| firstNonEmptySection = sectionBelow(firstNonEmptySection, true);
|
|
|