| Index: src/heap.h
 | 
| ===================================================================
 | 
| --- src/heap.h	(revision 2281)
 | 
| +++ src/heap.h	(working copy)
 | 
| @@ -507,8 +507,7 @@
 | 
|    // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
 | 
|    // failed.
 | 
|    // Please note this does not perform a garbage collection.
 | 
| -  static Object* AllocateConsString(String* first,
 | 
| -                                    String* second);
 | 
| +  static Object* AllocateConsString(String* first, String* second);
 | 
|  
 | 
|    // Allocates a new sliced string object which is a slice of an underlying
 | 
|    // string buffer stretching from the index start (inclusive) to the index
 | 
| 
 |