| Index: src/heap/heap.h
 | 
| diff --git a/src/heap/heap.h b/src/heap/heap.h
 | 
| index de12328176404436df58079c0d646e2fe44bdbe3..0fd7aabb5c8fab3b3386852cd0879a1d156544ac 100644
 | 
| --- a/src/heap/heap.h
 | 
| +++ b/src/heap/heap.h
 | 
| @@ -204,8 +204,8 @@
 | 
|    V(Smi, arguments_adaptor_deopt_pc_offset, ArgumentsAdaptorDeoptPCOffset) \
 | 
|    V(Smi, construct_stub_deopt_pc_offset, ConstructStubDeoptPCOffset)       \
 | 
|    V(Smi, getter_stub_deopt_pc_offset, GetterStubDeoptPCOffset)             \
 | 
| -  V(Smi, setter_stub_deopt_pc_offset, SetterStubDeoptPCOffset)             \
 | 
| -  V(Smi, interpreter_entry_return_pc_offset, InterpreterEntryReturnPCOffset)
 | 
| +  V(Smi, setter_stub_deopt_pc_offset, SetterStubDeoptPCOffset)
 | 
| +
 | 
|  
 | 
|  #define ROOT_LIST(V)  \
 | 
|    STRONG_ROOT_LIST(V) \
 | 
| @@ -793,7 +793,6 @@
 | 
|    inline void SetConstructStubDeoptPCOffset(int pc_offset);
 | 
|    inline void SetGetterStubDeoptPCOffset(int pc_offset);
 | 
|    inline void SetSetterStubDeoptPCOffset(int pc_offset);
 | 
| -  inline void SetInterpreterEntryReturnPCOffset(int pc_offset);
 | 
|  
 | 
|    // For post mortem debugging.
 | 
|    void RememberUnmappedPage(Address page, bool compacted);
 | 
| 
 |