| Index: third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.h b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| index c8d0bd874c056fe8d30d7706c85500260a554943..a6244de4e5625d872014885a8752022c1d02a289 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| @@ -69,10 +69,10 @@ class LayoutTableCol final : public LayoutTableBoxComponent {
|
|
|
| bool isTableColumnGroupWithColumnChildren() { return firstChild(); }
|
| bool isTableColumn() const {
|
| - return style()->display() == EDisplay::TableColumn;
|
| + return style()->display() == EDisplay::kTableColumn;
|
| }
|
| bool isTableColumnGroup() const {
|
| - return style()->display() == EDisplay::TableColumnGroup;
|
| + return style()->display() == EDisplay::kTableColumnGroup;
|
| }
|
|
|
| LayoutTableCol* enclosingColumnGroup() const;
|
|
|