| 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 f72c1493e1b7f00f611f45fa59efe258619b07e3..de68c2a83cc0d2c6f0c380423af48cfda5970320 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -408,7 +408,7 @@ WebScrollbarLayer* ScrollingCoordinator::getWebScrollbarLayer(
|
| ScrollbarMap& scrollbars = orientation == HorizontalScrollbar
|
| ? m_horizontalScrollbars
|
| : m_verticalScrollbars;
|
| - return scrollbars.get(scrollableArea);
|
| + return scrollbars.at(scrollableArea);
|
| }
|
|
|
| void ScrollingCoordinator::scrollableAreaScrollbarLayerDidChange(
|
|
|