| Index: src/compiler/typer.cc
 | 
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
 | 
| index 2ab4ab5a7283145312ee438fe5cc5e413eea2773..9101e1ddd1a5b1898aae7e69212ca4e82320628a 100644
 | 
| --- a/src/compiler/typer.cc
 | 
| +++ b/src/compiler/typer.cc
 | 
| @@ -626,7 +626,7 @@ Bounds Typer::Visitor::TypeNumberConstant(Node* node) {
 | 
|  
 | 
|  
 | 
|  Bounds Typer::Visitor::TypeHeapConstant(Node* node) {
 | 
| -  return Bounds(TypeConstant(OpParameter<Unique<Object> >(node).handle()));
 | 
| +  return Bounds(TypeConstant(OpParameter<Unique<HeapObject> >(node).handle()));
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |