| Index: src/hydrogen.h
 | 
| diff --git a/src/hydrogen.h b/src/hydrogen.h
 | 
| index f7121245cbcdc01fda25a2e5279c526476f05689..a8afdc2e22bc5bea18a800e50edb4ca7b3e1b897 100644
 | 
| --- a/src/hydrogen.h
 | 
| +++ b/src/hydrogen.h
 | 
| @@ -963,8 +963,7 @@ class HGraphBuilder {
 | 
|    HBoundsCheck* AddBoundsCheck(
 | 
|        HValue* index,
 | 
|        HValue* length,
 | 
| -      BoundsCheckKeyMode key_mode = DONT_ALLOW_SMI_KEY,
 | 
| -      Representation r = Representation::None());
 | 
| +      BoundsCheckKeyMode key_mode = DONT_ALLOW_SMI_KEY);
 | 
|  
 | 
|    HReturn* AddReturn(HValue* value);
 | 
|  
 | 
| @@ -1025,8 +1024,7 @@ class HGraphBuilder {
 | 
|        ElementsKind elements_kind,
 | 
|        bool is_store,
 | 
|        LoadKeyedHoleMode load_mode,
 | 
| -      KeyedAccessStoreMode store_mode,
 | 
| -      Representation checked_index_representation = Representation::None());
 | 
| +      KeyedAccessStoreMode store_mode);
 | 
|  
 | 
|    HLoadNamedField* AddLoad(
 | 
|        HValue *object,
 | 
| 
 |