| Index: Source/core/paint/BlockPainter.cpp
|
| diff --git a/Source/core/paint/BlockPainter.cpp b/Source/core/paint/BlockPainter.cpp
|
| index 6864379a23a99132741657b353205fbe07f5fa72..15a03ffa67a839221307f7095a7cdd994577b5f2 100644
|
| --- a/Source/core/paint/BlockPainter.cpp
|
| +++ b/Source/core/paint/BlockPainter.cpp
|
| @@ -485,7 +485,7 @@ void BlockPainter::paintContinuationOutlines(const PaintInfo& info, const Layout
|
| RenderBlock* cb = m_renderBlock.containingBlock();
|
|
|
| bool inlineEnclosedInSelfPaintingLayer = false;
|
| - for (RenderBoxModelObject* box = inlineRenderer; box != cb; box = box->parent()->enclosingBoxModelObject()) {
|
| + for (LayoutBoxModelObject* box = inlineRenderer; box != cb; box = box->parent()->enclosingBoxModelObject()) {
|
| if (box->hasSelfPaintingLayer()) {
|
| inlineEnclosedInSelfPaintingLayer = true;
|
| break;
|
|
|