| Index: third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleMultiColData.h b/third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| index 300842a82d8c879b0150ec1a3b2840c2f6f953cc..3e8d13bdfec17d153f4300bed3ca1b7ad5c71e54 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| @@ -64,9 +64,6 @@ public:
|
| unsigned m_normalGap : 1;
|
| unsigned m_fill : 1; // ColumnFill
|
| unsigned m_columnSpan : 1;
|
| - unsigned m_breakBefore : 2; // EPageBreak
|
| - unsigned m_breakAfter : 2; // EPageBreak
|
| - unsigned m_breakInside : 2; // EPageBreak
|
|
|
| private:
|
| StyleMultiColData();
|
|
|