| Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| index 0ccaf12b22abf087a9d7135db196ca44672dfd6e..1b08be023267cf121599d940f8e2b59a7c6dd6f3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| @@ -526,7 +526,7 @@ void write(TextStream& ts,
|
| }
|
|
|
| if (o.isLayoutPart()) {
|
| - FrameViewBase* frameViewBase = toLayoutPart(o).widget();
|
| + FrameViewBase* frameViewBase = toLayoutPart(o).frameViewBase();
|
| if (frameViewBase && frameViewBase->isFrameView()) {
|
| FrameView* view = toFrameView(frameViewBase);
|
| LayoutViewItem rootItem = view->layoutViewItem();
|
|
|