1REGRESSION(287160@main) Perf-Dashboard subtest (speedometer3) spends considerable time in capitalizing content
2https://bugs.webkit.org/show_bug.cgi?id=284062
3
4Reviewed by NOBODY (OOPS!).
5
61. In many cases we already have capitalized content
72. u_totitle can surely handle ascii content (vs. the more expensive u_strToTitle)
8
9* Source/WebCore/rendering/RenderText.cpp:
10(WebCore::capitalizeCharacter):