| Index: third_party/WebKit/Source/modules/accessibility/AXTable.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXTable.cpp b/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
|
| index 877de41367e905d8ac90bf0fa6a0ef67321ca7b1..b3a3432e68aff9d61ef30f862c3c6b48260e03fa 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
|
| @@ -242,7 +242,7 @@ bool AXTable::isDataTable() const
|
| continue;
|
|
|
| // If the empty-cells style is set, we'll call it a data table.
|
| - if (computedStyle->emptyCells() == EmptyCellsHide)
|
| + if (computedStyle->emptyCells() == EEmptyCells::Hide)
|
| return true;
|
|
|
| // If a cell has matching bordered sides, call it a (fully) bordered cell.
|
|
|