Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 435) |
| +++ src/heap.h (working copy) |
| @@ -341,7 +341,7 @@ |
| // Please note this function does not perform a garbage collection. |
| static Object* AllocateSymbol(unibrow::CharacterStream* buffer, |
| int chars, |
| - int hash); |
| + uint32_t length_field); |
| // Allocates and partially initializes a String. There are two String |
| // encodings: ASCII and two byte. These functions allocate a string of the |