| Index: third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| index 8c861117e373bc0ec8cb1d59729d3200dba423e8..2f6e37c7ba50f9c4044cb4837a0903ec6bc7b223 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| @@ -27,7 +27,7 @@ void LayoutNGBlockFlow::layoutBlock(bool relayoutChildren) {
|
| // passes (probably FirstChild(), etc).
|
| m_box = new NGBlockNode(this);
|
|
|
| - NGPhysicalFragment* fragment = m_box->Layout(constraint_space);
|
| + RefPtr<NGPhysicalFragment> fragment = m_box->Layout(constraint_space);
|
|
|
| if (isOutOfFlowPositioned()) {
|
| // In legacy layout, abspos differs from regular blocks in that abspos
|
|
|