Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 3544) |
| +++ src/runtime.h (working copy) |
| @@ -103,7 +103,7 @@ |
| F(NumberUnaryMinus, 1, 1) \ |
| \ |
| F(StringAdd, 2, 1) \ |
| - F(StringBuilderConcat, 2, 1) \ |
| + F(StringBuilderConcat, 3, 1) \ |
| \ |
| /* Bit operations */ \ |
| F(NumberOr, 2, 1) \ |