| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 9ac33a519821b6a8cbe5616c74a1de6c0eef7daf..30072e63435dd376c3aa779235c4c7d8a6252e10 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1476,7 +1476,7 @@ void FrameView::updateGeometries() {
|
| if (layoutViewItem().isNull())
|
| break;
|
|
|
| - if (FrameViewBase* frameViewBase = part->widget()) {
|
| + if (FrameViewBase* frameViewBase = part->frameViewBase()) {
|
| if (frameViewBase->isFrameView()) {
|
| FrameView* frameView = toFrameView(frameViewBase);
|
| bool didNeedLayout = frameView->needsLayout();
|
|
|