| Index: Source/core/layout/LayoutTreeAsText.cpp
|
| diff --git a/Source/core/layout/LayoutTreeAsText.cpp b/Source/core/layout/LayoutTreeAsText.cpp
|
| index 9027c7b68622aa72a476d0c577c3cef62d7d5838..f195d11851fe94ab89360d27e1dad2d0c6cb3c54 100644
|
| --- a/Source/core/layout/LayoutTreeAsText.cpp
|
| +++ b/Source/core/layout/LayoutTreeAsText.cpp
|
| @@ -252,7 +252,7 @@ void LayoutTreeAsText::writeLayoutObject(TextStream& ts, const LayoutObject& o,
|
| if (!o.isBoxModelObject())
|
| return;
|
|
|
| - const RenderBoxModelObject& box = toRenderBoxModelObject(o);
|
| + const LayoutBoxModelObject& box = toLayoutBoxModelObject(o);
|
| if (box.borderTop() || box.borderRight() || box.borderBottom() || box.borderLeft()) {
|
| ts << " [border:";
|
|
|
|
|