Commit e1d73527 authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Commit Bot

Don't reuse old ids in table info

Nodes that are now ignored should not be considered cells.

Bug: 1061248
Change-Id: Ic0118c58a696dc52f6528e7a9e1da34cc1eef885
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144423Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758101}
parent efa36d1f
......@@ -157,6 +157,8 @@ void AXTableInfo::ClearVectors() {
unique_cell_ids.clear();
cell_data_vector.clear();
row_nodes.clear();
cell_id_to_index.clear();
row_id_to_index.clear();
}
void AXTableInfo::BuildCellDataVectorFromRowAndCellNodes(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment