| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 60bc7d9c1f0b10387e35cea5af6102cff05cc949..dcbc965d14d2b640b5f58cfdb99f8c810c77ceeb 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -307,7 +307,7 @@ void CompositedLayerMapping::updateStickyConstraints(
|
| WebLayerStickyPositionConstraint webConstraint;
|
| if (sticky) {
|
| const StickyPositionScrollingConstraints& constraints =
|
| - ancestorOverflowLayer->getScrollableArea()->stickyConstraintsMap().get(
|
| + ancestorOverflowLayer->getScrollableArea()->stickyConstraintsMap().at(
|
| &m_owningLayer);
|
|
|
| // Find the layout offset of the unshifted sticky box within its enclosing
|
|
|