Replace ListHashSet with LinkedHashSet in FontFaceCache and FontFaceSet
We want to deprecate ListHashSet in favor of LinkedHashSet. The main difference between them is that ListHS iterators remain valid after modification of the container, whereas LinkedHS iterators do not. These usages of ListHashSet don't rely on iterators remaining valid after modification, so it's a straightforward replacement. Bug: 614112 Change-Id: I31839044b2267cd0a9749b1907e6237686909f65 Reviewed-on: https://chromium-review.googlesource.com/778639Reviewed-by:nainar <nainar@chromium.org> Commit-Queue: Chris Watkins <watk@chromium.org> Cr-Commit-Position: refs/heads/master@{#517763}
Showing
Please register or sign in to comment