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