Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index c8f6e19df1061322e286933484eb259f30e331f0..e2ee5bf5a825fbb2cd60e3dc32b36a0297e91002 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -172,6 +172,7 @@ namespace internal { |
| F(StringToArray, 2, 1) \ |
| F(NewStringWrapper, 1, 1) \ |
| F(NewString, 2, 1) \ |
| + F(NewConsString, 4, 1) \ |
| F(TruncateString, 2, 1) \ |
| \ |
| /* Numbers */ \ |