| Index: src/assembler.h | 
| diff --git a/src/assembler.h b/src/assembler.h | 
| index 0349b065821b57f1ad282ec0f58959261e6e575e..a7e6e6f1ab7e917b69dc49a47599847b9b6588b9 100644 | 
| --- a/src/assembler.h | 
| +++ b/src/assembler.h | 
| @@ -237,7 +237,7 @@ enum SaveFPRegsMode { kDontSaveFPRegs, kSaveFPRegs }; | 
| // describe a property of the datum. Such rmodes are useful for GC | 
| // and nice disassembly output. | 
|  | 
| -class RelocInfo BASE_EMBEDDED { | 
| +class RelocInfo { | 
| public: | 
| // The constant kNoPosition is used with the collecting of source positions | 
| // in the relocation information. Two types of source positions are collected | 
|  |