| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| index f9161a4e14764de2d577489fa4c29e09b47e2489..909f9c5e1e211d35e36dfba5bf9f1b0360c50610 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -918,7 +918,7 @@ LayoutUnit LayoutFlexibleBox::computeInnerFlexBaseSizeForChild(
|
| child.forceChildLayout();
|
| cacheChildMainSize(child);
|
| }
|
| - mainAxisExtent = m_intrinsicSizeAlongMainAxis.get(&child);
|
| + mainAxisExtent = m_intrinsicSizeAlongMainAxis.at(&child);
|
| } else {
|
| // We don't need to add scrollbarLogicalWidth here because the preferred
|
| // width includes the scrollbar, even for overflow: auto.
|
|
|