| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 1c42a117bcb7dda52d8f6b638c69030832fec6c6..9d67e627e5e69f151dea840e172d4179dab79cef 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1408,8 +1408,6 @@
|
| Builtins::kStringPrototypeLocaleCompare, 1, true);
|
| SimpleInstallFunction(prototype, "normalize",
|
| Builtins::kStringPrototypeNormalize, 0, false);
|
| - SimpleInstallFunction(prototype, "substring",
|
| - Builtins::kStringPrototypeSubstring, 2, true);
|
| SimpleInstallFunction(prototype, "toString",
|
| Builtins::kStringPrototypeToString, 0, true);
|
| SimpleInstallFunction(prototype, "trim", Builtins::kStringPrototypeTrim, 0,
|
|
|