| 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 fa14c3f7fbe9a6e6c102202316092b4d98dbdd70..1af7515adb104d99aa17dda22498d3289939bd56 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp
|
| @@ -101,7 +101,7 @@ LayoutObject* LayoutFieldset::layoutSpecialExcludedChild(bool relayoutChildren,
|
|
|
| setLogicalLeftForChild(*legend, logicalLeft);
|
|
|
| - LayoutUnit fieldsetBorderBefore = borderBefore();
|
| + LayoutUnit fieldsetBorderBefore = LayoutUnit(borderBefore());
|
| LayoutUnit legendLogicalHeight = logicalHeightForChild(*legend);
|
|
|
| LayoutUnit legendLogicalTop;
|
|
|