| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index 1f2289c777b675937a03db1a95f2ac09b97639e3..decf48ae66664a4aba7fce5ba11406dce629266c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -83,7 +83,6 @@ void LayoutTable::StyleDidChange(StyleDifference diff,
|
| // In the collapsed border model, there is no cell spacing.
|
| h_spacing_ = CollapseBorders() ? 0 : Style()->HorizontalBorderSpacing();
|
| v_spacing_ = CollapseBorders() ? 0 : Style()->VerticalBorderSpacing();
|
| - effective_column_positions_[0] = h_spacing_;
|
|
|
| if (!table_layout_ ||
|
| Style()->IsFixedTableLayout() != old_fixed_table_layout) {
|
|
|