| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index bdb5e1a47b3f6ee2ea25d9867e052bc7588f25fa..e1d97a4cf75fab47e601583ce75081a154494137 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -726,7 +726,7 @@ int LayoutTableSection::calcRowLogicalHeight()
|
|
|
| for (unsigned r = 0; r < m_grid.size(); r++) {
|
| m_grid[r].baseline = -1;
|
| - LayoutUnit baselineDescent = 0;
|
| + LayoutUnit baselineDescent;
|
|
|
| if (m_grid[r].logicalHeight.isSpecified()) {
|
| // Our base size is the biggest logical height from our cells' styles (excluding row spanning cells).
|
|
|