| Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| index e323b52d5752fc4eb3f808a551a0ffce9b82ba94..cb52b7acaa913ca94f88f90c69cc728421147d4e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| @@ -1009,7 +1009,7 @@ double LayoutGrid::computeFlexFactorUnitSize(
|
| leftOverSpace -= baseSize;
|
| flexFactorSum -= flexFactor;
|
| if (!additionalTracksToTreatAsInflexible)
|
| - additionalTracksToTreatAsInflexible = wrapUnique(new TrackIndexSet());
|
| + additionalTracksToTreatAsInflexible = makeUnique<TrackIndexSet>();
|
| additionalTracksToTreatAsInflexible->add(index);
|
| validFlexFactorUnit = false;
|
| }
|
|
|