| Index: src/spaces.h | 
| diff --git a/src/spaces.h b/src/spaces.h | 
| index 39c19a4e3952f2ee5b2178de25fb7b13bc92ff85..65eefd015e45d33bdbd4efc7c67fd259a8cfa5c1 100644 | 
| --- a/src/spaces.h | 
| +++ b/src/spaces.h | 
| @@ -2419,11 +2419,6 @@ class NewSpace : public Space { | 
|  | 
| virtual bool ReserveSpace(int bytes); | 
|  | 
| -  // Resizes a sequential string which must be the most recent thing that was | 
| -  // allocated in new space. | 
| -  template <typename StringType> | 
| -  inline void ShrinkStringAtAllocationBoundary(String* string, int len); | 
| - | 
| #ifdef VERIFY_HEAP | 
| // Verify the active semispace. | 
| virtual void Verify(); | 
|  |