| Index: src/hydrogen.h
 | 
| diff --git a/src/hydrogen.h b/src/hydrogen.h
 | 
| index 07a5270b321345df9cdbabd04bcd6f05d4299ca0..8c7b1aed7c74798363055533cce643c11fae0ccd 100644
 | 
| --- a/src/hydrogen.h
 | 
| +++ b/src/hydrogen.h
 | 
| @@ -2583,6 +2583,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
 | 
|      void LoadFieldMaps(Handle<Map> map);
 | 
|      bool LookupDescriptor();
 | 
|      bool LookupInPrototypes();
 | 
| +    bool IsIntegerIndexedExotic();
 | 
|      bool IsCompatible(PropertyAccessInfo* other);
 | 
|  
 | 
|      void GeneralizeRepresentation(Representation r) {
 | 
| 
 |