| Index: Source/WebCore/rendering/RenderTable.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTable.cpp (revision 98739)
|
| +++ Source/WebCore/rendering/RenderTable.cpp (working copy)
|
| @@ -186,8 +186,7 @@
|
|
|
| if (beforeChild && !beforeChild->isAnonymous() && beforeChild->parent() == this) {
|
| RenderObject* section = beforeChild->previousSibling();
|
| - if (section && section->isTableSection()) {
|
| - ASSERT(section->isAnonymous());
|
| + if (section && section->isTableSection() && section->isAnonymous()) {
|
| section->addChild(child);
|
| return;
|
| }
|
|
|