Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 15528) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3985,6 +3985,10 @@ |
| Heap::Space space); |
| static RawOneByteString* New(const String& str, |
| Heap::Space space); |
| + static RawOneByteString* New(const String& other, |
| + intptr_t other_start_index, |
| + intptr_t other_len, |
| + Heap::Space space); |
| static RawOneByteString* Concat(const String& str1, |
| const String& str2, |