| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index ebe4762d3b2580cc57a20ae34174b13b8bbca941..887d2153bcb916d245b921f0a69bf8a3b704eb3c 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -4803,9 +4803,6 @@ | 
| // Lookup handler in a table based on return addresses. | 
| int LookupReturn(int pc_offset, CatchPrediction* prediction); | 
|  | 
| -  // Returns the conservative catch predication. | 
| -  inline CatchPrediction GetRangePrediction(int index) const; | 
| - | 
| // Returns the number of entries in the table. | 
| inline int NumberOfRangeEntries() const; | 
|  | 
|  |