| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index 93c39281ca90f728627bf73745089db317868abc..919a5583156c8320d0640dff9b669c7311d089de 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -7071,6 +7071,8 @@ class SharedFunctionInfo: public HeapObject { | 
| static const int kUniqueIdOffset = kFeedbackVectorOffset + kPointerSize; | 
| static const int kLastPointerFieldOffset = kUniqueIdOffset; | 
| #else | 
| +  // Just to not break the postmortrem support with conditional offsets | 
| +  static const int kUniqueIdOffset = kFeedbackVectorOffset; | 
| static const int kLastPointerFieldOffset = kFeedbackVectorOffset; | 
| #endif | 
|  | 
|  |