| Index: third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp b/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
|
| index 1af7515adb104d99aa17dda22498d3289939bd56..93b43a8cf4a1d18ce98c3a02bc47b474edc5acb4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
|
| @@ -43,7 +43,7 @@ void LayoutFieldset::computePreferredLogicalWidths()
|
| {
|
| LayoutBlockFlow::computePreferredLogicalWidths();
|
| if (LayoutBox* legend = findInFlowLegend()) {
|
| - int legendMinWidth = legend->minPreferredLogicalWidth();
|
| + int legendMinWidth = legend->minPreferredLogicalWidth().toInt();
|
|
|
| Length legendMarginLeft = legend->style()->marginLeft();
|
| Length legendMarginRight = legend->style()->marginRight();
|
|
|