| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| index 4f174e38a322781ca4fa0aa6aebd5bee2a8465f5..1cdd6fba6813e0d7198c86ab7eaaf9b65333ec9e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -119,7 +119,7 @@ void LayoutFlowThread::layout()
|
| void LayoutFlowThread::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
|
| {
|
| computedValues.m_position = logicalTop;
|
| - computedValues.m_extent = 0;
|
| + computedValues.m_extent = LayoutUnit();
|
|
|
| for (LayoutMultiColumnSetList::const_iterator iter = m_multiColumnSetList.begin(); iter != m_multiColumnSetList.end(); ++iter) {
|
| LayoutMultiColumnSet* columnSet = *iter;
|
|
|