| Index: src/ia32/lithium-codegen-ia32.h | 
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h | 
| index 2c6fb8bb909a580d52fa2dbc791ebf15da0c7516..9af7f29a051e0db7a043994eda24f81572ce8d82 100644 | 
| --- a/src/ia32/lithium-codegen-ia32.h | 
| +++ b/src/ia32/lithium-codegen-ia32.h | 
| @@ -46,9 +46,9 @@ class SafepointGenerator; | 
|  | 
| class LCodeGen BASE_EMBEDDED { | 
| public: | 
| -  LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) | 
| +  LCodeGen(LChunkBase* chunk, MacroAssembler* assembler, CompilationInfo* info) | 
| : zone_(info->zone()), | 
| -        chunk_(chunk), | 
| +        chunk_(LChunk::cast(chunk)), | 
| masm_(assembler), | 
| info_(info), | 
| current_block_(-1), | 
|  |