| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| index 1a98e17758a218c9751510dc30fab2e06ffe7391..6b68432118cd1658fbedf42c5c95750b3033574f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -145,7 +145,7 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
|
| int vBorderSpacing() const { return m_vSpacing; }
|
|
|
| bool collapseBorders() const {
|
| - return style()->borderCollapse() == EBorderCollapse::Collapse;
|
| + return style()->borderCollapse() == EBorderCollapse::kCollapse;
|
| }
|
|
|
| int borderStart() const override { return m_borderStart; }
|
|
|