| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 8f14f4fca9039121ba87522f9996bdd9cd1e0582..a49f0741e651266d75aab54049c6628a23fcf483 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -805,7 +805,7 @@ static bool isFrameElement(const Node* n) {
|
| LayoutObject* layoutObject = n->layoutObject();
|
| if (!layoutObject || !layoutObject->isLayoutPart())
|
| return false;
|
| - FrameViewBase* frameViewBase = toLayoutPart(layoutObject)->widget();
|
| + FrameViewBase* frameViewBase = toLayoutPart(layoutObject)->frameViewBase();
|
| return frameViewBase && frameViewBase->isFrameView();
|
| }
|
|
|
|
|