| Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| index 2b491cc961af35d1bab13d589fc643cd9ad9b652..2716d570e329dade4097e2294556d53f473dfd55 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -239,7 +239,7 @@ void LayoutDeprecatedFlexibleBox::layoutBlock(bool relayoutChildren)
|
| && parent()->style()->boxAlign() == BSTRETCH))
|
| relayoutChildren = true;
|
|
|
| - setHeight(0);
|
| + setHeight(LayoutUnit());
|
|
|
| m_stretchingChildren = false;
|
|
|
|
|