| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 082ed28ad7608107307401a1e2471f1274d199e3..87a3a8decbee9a7bf31afd9df8ef45a2f8851086 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -319,7 +319,7 @@ static LocalFrame* subframeForTargetNode(Node* node) {
|
| if (!layoutObject || !layoutObject->isLayoutPart())
|
| return nullptr;
|
|
|
| - FrameViewBase* frameViewBase = toLayoutPart(layoutObject)->widget();
|
| + FrameViewBase* frameViewBase = toLayoutPart(layoutObject)->frameViewBase();
|
| if (!frameViewBase || !frameViewBase->isFrameView())
|
| return nullptr;
|
|
|
|
|