| Index: src/runtime/runtime-internal.cc
|
| diff --git a/src/runtime/runtime-internal.cc b/src/runtime/runtime-internal.cc
|
| index 931525cbeb4e1f5ffba2f5064a8b598cc8d0a1d6..cd2a0b9b9b1cf37f35846aedd5062d856b0c9638 100644
|
| --- a/src/runtime/runtime-internal.cc
|
| +++ b/src/runtime/runtime-internal.cc
|
| @@ -368,12 +368,6 @@ RUNTIME_FUNCTION(Runtime_IncrementStatsCounter) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(Runtime_HarmonyToString) {
|
| - // TODO(caitp): Delete this runtime method when removing --harmony-tostring
|
| - return isolate->heap()->ToBoolean(FLAG_harmony_tostring);
|
| -}
|
| -
|
| -
|
| namespace {
|
|
|
| bool ComputeLocation(Isolate* isolate, MessageLocation* target) {
|
|
|