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

Unified Diff: src/js/i18n.js

Issue 2369003002: Revert of [stubs] Port String.prototype.substring to TurboFan (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « src/builtins/builtins-string.cc ('k') | src/js/string.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/i18n.js
diff --git a/src/js/i18n.js b/src/js/i18n.js
index 7983957dde68ec97745d10b41242bce83d3e12ec..5074404bb13cf65750da294d7f8767387565932c 100644
--- a/src/js/i18n.js
+++ b/src/js/i18n.js
@@ -35,7 +35,7 @@
var SetFunctionName = utils.SetFunctionName;
var StringIndexOf;
var StringSubstr;
-var StringSubstring = GlobalString.prototype.substring;
+var StringSubstring;
utils.Import(function(from) {
ArrayJoin = from.ArrayJoin;
@@ -44,6 +44,7 @@
InternalRegExpReplace = from.InternalRegExpReplace;
StringIndexOf = from.StringIndexOf;
StringSubstr = from.StringSubstr;
+ StringSubstring = from.StringSubstring;
});
// Utilities for definitions
« no previous file with comments | « src/builtins/builtins-string.cc ('k') | src/js/string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698