| 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 87a3a8decbee9a7bf31afd9df8ef45a2f8851086..b6bca050b7b4810b22a7c6aea562dd7d7294a63a 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());
|
| }
|
|
|