| Index: src/ia32/lithium-codegen-ia32.h | 
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h | 
| index 375f137d7bbe3d1b345bac402b873cf898feb94f..38d0b3bce25fbe8178172b8859705852cf08d722 100644 | 
| --- a/src/ia32/lithium-codegen-ia32.h | 
| +++ b/src/ia32/lithium-codegen-ia32.h | 
| @@ -1,4 +1,4 @@ | 
| -// Copyright 2011 the V8 project authors. All rights reserved. | 
| +// Copyright 2012 the V8 project authors. All rights reserved. | 
| // Redistribution and use in source and binary forms, with or without | 
| // modification, are permitted provided that the following conditions are | 
| // met: | 
| @@ -110,6 +110,9 @@ class LCodeGen BASE_EMBEDDED { | 
| void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, | 
| Label* map_check); | 
|  | 
| +  void DoCheckMapCommon(Register reg, Handle<Map> map, | 
| +                        CompareMapMode mode, LEnvironment* env); | 
| + | 
| // Parallel move support. | 
| void DoParallelMove(LParallelMove* move); | 
| void DoGap(LGap* instr); | 
|  |