Eliminate DeprecatedLower in ParseCacheControlDirectives()
This patch changes ParseCacheControlDirectives() 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. Currently, there are 6 usages of AtomicString::DeprecatedLower and 37 usages of String::DeprecatedLower. This patch reduces one of the 6 usages. Bug: 627682 Change-Id: Ib48c430d7afe3e16be5dc567593b7f4b2634c4e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721210 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#681756}
Showing
Please register or sign in to comment