Index: third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableCell.h b/third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
index e5263496e62892390687603809e151ba8ad50f42..ca0f14eb5fa79d9b125f24a968893c8f1bf8d9ad 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
@@ -70,7 +70,7 @@ class MODULES_EXPORT AXTableCell : public AXLayoutObject { |
bool ComputeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const final; |
- unsigned aria_col_index_from_row_; |
+ unsigned aria_col_index_from_row_ = 0; |
}; |
DEFINE_AX_OBJECT_TYPE_CASTS(AXTableCell, IsTableCell()); |