| 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 55967dcecf10982defa3dcdc4920bf1a23ca3aa1..3bdffba52d38ed325bb93fc59524c990ba79ab0c 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -1005,7 +1005,7 @@ Region ScrollingCoordinator::computeShouldHandleScrollGestureOnMainThreadRegion(
|
| }
|
| }
|
|
|
| - if (const FrameView::ChildrenWidgetSet* children = frameView->children()) {
|
| + if (const FrameView::ChildrenSet* children = frameView->children()) {
|
| for (const Member<FrameViewBase>& child : *children) {
|
| if (!(*child).isPluginView())
|
| continue;
|
|
|