| Index: WebCore/rendering/RenderBlock.cpp
|
| ===================================================================
|
| --- WebCore/rendering/RenderBlock.cpp (revision 68665)
|
| +++ WebCore/rendering/RenderBlock.cpp (working copy)
|
| @@ -1437,7 +1437,8 @@
|
| if (runInNode)
|
| runInNode->setRenderer(inlineRunIn);
|
|
|
| - // Destroy the block run-in.
|
| + // Destroy the block run-in, which includes deleting its line box tree.
|
| + blockRunIn->deleteLineBoxTree();
|
| blockRunIn->destroy();
|
|
|
| // The block acts like an inline, so just null out its
|
|
|