Chromium Code Reviews| Index: src/factory.h |
| =================================================================== |
| --- src/factory.h (revision 3015) |
| +++ src/factory.h (working copy) |
| @@ -104,7 +104,8 @@ |
| // Create a new cons string object which consists of a pair of strings. |
| static Handle<String> NewConsString(Handle<String> first, |
| - Handle<String> second); |
| + Handle<String> second, |
| + PretenureFlag pretenure = NOT_TENURED); |
| // Create a new sliced string object which represents a substring of a |
| // backing string. |