| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index 6454137452f1d4280f9507e3ef0b6eb625ea4745..f8bfd29ccc91b6b0d7628b83ad4c35c028a17c72 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -835,7 +835,7 @@ static void accumulateDocumentTouchEventTargetRects(LayerHitTestRects& rects, co
|
| for (const auto& eventTarget : *targets) {
|
| EventTarget* target = eventTarget.key;
|
| Node* node = target->toNode();
|
| - if (!node || !node->inShadowIncludingDocument())
|
| + if (!node || !node->isConnected())
|
| continue;
|
|
|
| // If the document belongs to an invisible subframe it does not have a composited layer
|
|
|