| 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 af68f1a426918f858b4f40cd3ed23dfb4c18c28b..1952d30fe93faf2ec4ab83b747478f66ef4299b4 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTable.cpp
|
| @@ -419,7 +419,7 @@ void AXTable::addChildren() {
|
| m_rows.push_back(row);
|
| if (!row->accessibilityIsIgnored())
|
| m_children.push_back(row);
|
| - appendedRows.add(row);
|
| + appendedRows.insert(row);
|
| }
|
|
|
| tableSection = table->sectionBelow(tableSection, SkipEmptySections);
|
|
|