Correctly filter duplicate variable references in styles.
This patch introduces a HashSet to track custom property additions when constructing PropertySets, so that duplicates are excluded. This already happens for standard properties, but is tracked for them by a BitArray. Review URL: https://codereview.chromium.org/1709843002 Cr-Commit-Position: refs/heads/master@{#376134}
Showing
Please register or sign in to comment