| 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..b64bc3f86a5814c6f83cb1451859e52d04505424 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -328,7 +328,7 @@ static LocalFrame* subframeForTargetNode(Node* node) {
|
|
|
| static LocalFrame* subframeForHitTestResult(
|
| const MouseEventWithHitTestResults& hitTestResult) {
|
| - if (!hitTestResult.isOverWidget())
|
| + if (!hitTestResult.isOverFrameViewBase())
|
| return nullptr;
|
| return subframeForTargetNode(hitTestResult.innerNode());
|
| }
|
|
|