| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
|
| index f07300400cce3d54c622f568f6a872b7dc709f73..dc86d79c6bd6f924454eac8a5b5fd52ada3f49bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
|
| @@ -24,7 +24,7 @@ bool NGLayoutCoordinator::Tick(NGPhysicalFragmentBase** fragment) {
|
|
|
| // TODO(layout-dev): store box from last tick and pass it into Layout here.
|
| switch (
|
| - layout_algorithms_.last()->Layout(nullptr, fragment, &child_algorithm)) {
|
| + layout_algorithms_.back()->Layout(nullptr, fragment, &child_algorithm)) {
|
| case NotFinished:
|
| return false;
|
| case NewFragment:
|
|
|