| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| index decfe8c978bfd09b614088d0c611e6a6fa3575c9..2ea7fdd791a91b9d5012a6c0114b86f9ab797807 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| @@ -242,8 +242,8 @@ void LayoutTextControl::computePreferredLogicalWidths()
|
| {
|
| ASSERT(preferredLogicalWidthsDirty());
|
|
|
| - m_minPreferredLogicalWidth = 0;
|
| - m_maxPreferredLogicalWidth = 0;
|
| + m_minPreferredLogicalWidth = LayoutUnit();
|
| + m_maxPreferredLogicalWidth = LayoutUnit();
|
| const ComputedStyle& styleToUse = styleRef();
|
|
|
| if (styleToUse.logicalWidth().isFixed() && styleToUse.logicalWidth().value() >= 0)
|
|
|