Chromium Code Reviews
DescriptionASSERTION FAILED: !object || object->isTable()
The issue is caused by call sites of
RenderBlock::addChildIgnoringAnonymousColumnBlocks
that basically bypass the RenderTable::addChild logic causing
all sorts of mayhem. The fix I decided on is to fix the previous
RenderBlock function as it's the safest approach to the current
madness.
This change adds an extra ASSERT into RenderObjectChildList to
catch further problem earlier.
BUG=309421
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164125
Patch Set 1 #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||