Chromium Code Reviews| Index: sky/engine/core/rendering/RenderFlexibleBox.cpp |
| diff --git a/sky/engine/core/rendering/RenderFlexibleBox.cpp b/sky/engine/core/rendering/RenderFlexibleBox.cpp |
| index b40df33a84542aa0c8956dea80309c94fb146182..349314e53e9c1dfbec3fa01f01f339091228d59a 100644 |
| --- a/sky/engine/core/rendering/RenderFlexibleBox.cpp |
| +++ b/sky/engine/core/rendering/RenderFlexibleBox.cpp |
| @@ -72,7 +72,6 @@ RenderFlexibleBox::RenderFlexibleBox(Element* element) |
| , m_orderIterator(this) |
| , m_numberOfInFlowChildrenOnFirstLine(-1) |
| { |
| - ASSERT(!isRenderParagraph()); |
|
rafaelw
2014/11/28 03:53:50
No point in asserting this since the class hierarc
ojan
2014/11/28 04:02:24
Lol. Yeah. This used to be !childrenInline().
|
| } |
| RenderFlexibleBox::~RenderFlexibleBox() |