| Index: src/types.h | 
| diff --git a/src/types.h b/src/types.h | 
| index 8d9678cf48ca0c9dd75565e5605a7af73f145be0..849f0f44b607411681342c33ca1b5cd02d3804e8 100644 | 
| --- a/src/types.h | 
| +++ b/src/types.h | 
| @@ -7,11 +7,12 @@ | 
|  | 
| #include "src/factory.h" | 
| #include "src/handles.h" | 
| -#include "src/ostreams.h" | 
|  | 
| namespace v8 { | 
| namespace internal { | 
|  | 
| +class OStream; | 
| + | 
| // SUMMARY | 
| // | 
| // A simple type system for compiler-internal use. It is based entirely on | 
| @@ -511,8 +512,6 @@ class TypeImpl<Config>::BitsetType : public TypeImpl<Config> { | 
| static int Lub(TypeImpl* type);  // least upper bound that's a bitset | 
| static int Lub(i::Object* value); | 
| static int Lub(double value); | 
| -  static int Lub(int32_t value); | 
| -  static int Lub(uint32_t value); | 
| static int Lub(i::Map* map); | 
| static int InherentLub(TypeImpl* type); | 
|  | 
|  |