| 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 a2e93e05063dd3876ee8d61797162a9bb66fac05..af68f1a426918f858b4f40cd3ed23dfb4c18c28b 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() == EEmptyCells::Hide)
 | 
| +      if (computedStyle->emptyCells() == EEmptyCells::kHide)
 | 
|          return true;
 | 
|  
 | 
|        // If a cell has matching bordered sides, call it a (fully) bordered cell.
 | 
| 
 |