| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| index 3587c44193422eb2e4a2605e2c5008327998ea07..ff4186a22e4733cd4a683100379c23577f130ec7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -132,10 +132,8 @@ public:
|
| Vector<LayoutTableCell*, 1> cells;
|
| bool inColSpan; // true for columns after the first in a colspan
|
|
|
| - CellStruct()
|
| - : inColSpan(false)
|
| - {
|
| - }
|
| + CellStruct();
|
| + ~CellStruct();
|
|
|
| // This is the cell in the grid "slot" that is on top of the others
|
| // (aka the last cell in DOM order for this slot).
|
|
|