Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 5190) |
| +++ src/heap.h (working copy) |
| @@ -1309,7 +1309,7 @@ |
| void CreateFixedStubs(); |
| - Object* CreateOddball(const char* to_string, Object* to_number); |
| + Object* CreateOddball(const char* to_string, Object* to_number, byte kind); |
| // Allocate empty fixed array. |
| Object* AllocateEmptyFixedArray(); |