Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3102)

Unified Diff: src/bootstrapper.cc

Issue 2859203002: [string] Move String.p.toLowerCase to CSA (Closed)
Patch Set: Address comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index 46e889f5a2c0be3acba18e6934252a860e74385e..a1d720797cb7b4fe34a4edbdfd3b5db21b7565f5 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -4084,7 +4084,7 @@ void Genesis::InitializeGlobal_icu_case_mapping() {
SetFunction(string_prototype,
SimpleCreateFunction(isolate(), name,
Builtins::kStringPrototypeToLowerCaseIntl,
- 0, false),
+ 0, true),
name);
}
{

Powered by Google App Engine
This is Rietveld 408576698