Use AtomicString for @keyframes rule names
StyleRuleKeyframes internally stores its name with an AtomicString but returns it as a String, while there are some other code using StringImpl for a keyframes name, which causes some confusion. So this patch unifies all such code to use AtomicString. Change-Id: Ic7eeff262bcb2ff1c055c9a36ce43ff03ccee1cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500954 Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#821325}
Showing
Please register or sign in to comment