Eliminate DeprecatedLower in LayoutQuote
This patch changes LayoutQuote to use LowerASCII instead of DeprecatedLower. DeprecatedLower has partial Unicode conversions, such as converting U+212A to 'k', but lowering only ASCII should be sufficient for most web platform usages. This case matches to a static set of lang-code, which are all in ASCII. There will be slight behavior changes, such as U+212A no longer matches to 'k', but such conversion should not be expected. Currently, there are 6 usages of AtomicString::DeprecatedLower and 37 usages of String::DeprecatedLower. This patch reduces one from the former. Bug: 627682 Change-Id: I4bf36ffa4ad2e88bfcbd5b47e5bb836131003123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721075 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#681394}
Showing
Please register or sign in to comment