| Index: sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlockLineLayout.cpp b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| index 376a34f7440fb478e2fa3bc87819a0f90ca87038..cda928cb477863ac38c3a6e411bc8d1e94f89f4b 100644
|
| --- a/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -223,8 +223,6 @@ RootInlineBox* RenderBlockFlow::constructLine(BidiRunList<BidiRun>& bidiRuns, co
|
| }
|
| }
|
|
|
| - // We should have a root inline box. It should be unconstructed and
|
| - // be the last continuation of our line list.
|
| ASSERT(lastLineBox() && !lastLineBox()->isConstructed());
|
|
|
| // Set the m_selectedChildren flag on the root inline box if one of the leaf inline box
|
|
|