| Index: Source/core/rendering/RenderTableSection.h
|
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
|
| index 37f49e268cf7f85a9974682b3a08cc79984d2e06..f8d476f6a3b92e70015b00226857fd2c5597c488 100644
|
| --- a/Source/core/rendering/RenderTableSection.h
|
| +++ b/Source/core/rendering/RenderTableSection.h
|
| @@ -129,14 +129,14 @@ public:
|
| SpanningRowsHeight()
|
| : totalRowsHeight(0)
|
| , spanningCellHeightIgnoringBorderSpacing(0)
|
| - , rowWithOnlySpanningCells(false)
|
| + , isAnyRowWithOnlySpanningCells(false)
|
| {
|
| }
|
|
|
| Vector<int> rowHeight;
|
| int totalRowsHeight;
|
| int spanningCellHeightIgnoringBorderSpacing;
|
| - bool rowWithOnlySpanningCells;
|
| + bool isAnyRowWithOnlySpanningCells;
|
| };
|
|
|
| const BorderValue& borderAdjoiningTableStart() const
|
|
|