Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 04bffdd447745d366a0a6234e618fc391974cb2e..661c9d13d9e17f2651da6300ed060ad7f5941864 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -705,6 +705,7 @@ class Heap { |
| PretenureFlag pretenure = NOT_TENURED); |
| MUST_USE_RESULT MaybeObject* AllocateStringFromUtf8Slow( |
| Vector<const char> str, |
| + const char* non_ascii_start, |
| PretenureFlag pretenure = NOT_TENURED); |
| MUST_USE_RESULT MaybeObject* AllocateStringFromTwoByte( |
| Vector<const uc16> str, |