Chromium Code Reviews| Index: src/runtime.cc |
| =================================================================== |
| --- src/runtime.cc (revision 3350) |
| +++ src/runtime.cc (working copy) |
| @@ -3762,7 +3762,6 @@ |
| ASSERT(args.length() == 2); |
| CONVERT_CHECKED(String, str1, args[0]); |
| CONVERT_CHECKED(String, str2, args[1]); |
| - Counters::cons_strings_runtime.Increment(); |
| return Heap::AllocateConsString(str1, str2); |
| } |