Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 304e1f86f0dffb70cc26f5d2eeab285cb1ae4a2a..369352b7758f4ccdace0c54f81f37a090416b3df 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -868,6 +868,7 @@ class Heap { |
| PretenureFlag pretenure = NOT_TENURED); |
| MUST_USE_RESULT MaybeObject* AllocateStringFromTwoByte( |
| Vector<const uc16> str, |
| + bool check_for_one_byte, |
| PretenureFlag pretenure = NOT_TENURED); |
| // Allocates an internalized string in old space based on the character |