| Index: src/macro-assembler.h
 | 
| ===================================================================
 | 
| --- src/macro-assembler.h	(revision 4616)
 | 
| +++ src/macro-assembler.h	(working copy)
 | 
| @@ -50,17 +50,6 @@
 | 
|  };
 | 
|  
 | 
|  
 | 
| -// Flags used for the AllocateInNewSpace functions.
 | 
| -enum AllocationFlags {
 | 
| -  // No special flags.
 | 
| -  NO_ALLOCATION_FLAGS = 0,
 | 
| -  // Return the pointer to the allocated already tagged as a heap object.
 | 
| -  TAG_OBJECT = 1 << 0,
 | 
| -  // The content of the result register already contains the allocation top in
 | 
| -  // new space.
 | 
| -  RESULT_CONTAINS_TOP = 1 << 1
 | 
| -};
 | 
| -
 | 
|  // Invalid depth in prototype chain.
 | 
|  const int kInvalidProtoDepth = -1;
 | 
|  
 | 
| 
 |