| Index: Source/WebCore/rendering/RenderInline.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderInline.cpp (revision 116440)
|
| +++ Source/WebCore/rendering/RenderInline.cpp (working copy)
|
| @@ -1058,7 +1058,7 @@
|
| }
|
| }
|
|
|
| - if (continuation() && !continuation()->isInline()) {
|
| + if (continuation() && !continuation()->isInline() && continuation()->parent()) {
|
| LayoutRect contRect = continuation()->rectWithOutlineForRepaint(repaintContainer, ow);
|
| r.unite(contRect);
|
| }
|
|
|