Use ASCII case conversion in ScriptLoader.
No behavior change since "window", "onload" and "onload()" don't contain any sequences that could match (with Unicode case folding) a string that wouldn't also match with ASCII case folding alone. However, this is what the spec asks us to do, and it's more efficient anyhow. Bug: 627682 Change-Id: Id262e058658192f8177082a1ddb03746253a568b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578430 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#653631}
Showing
Please register or sign in to comment