| Index: src/bailout-reason.h
 | 
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
 | 
| index 7287d629d2e1bdaf94260f7b5728a1d8bb3b3143..e1dd6d7b58520c3822528904604d53d2c4dcbb3d 100644
 | 
| --- a/src/bailout-reason.h
 | 
| +++ b/src/bailout-reason.h
 | 
| @@ -322,6 +322,8 @@ namespace internal {
 | 
|    V(kWrongFunctionContext, "Wrong context passed to function")                 \
 | 
|    V(kWrongAddressOrValuePassedToRecordWrite,                                   \
 | 
|      "Wrong address or value passed to RecordWrite")                            \
 | 
| +  V(kShouldNotDirectlyEnterOsrFunction,                                        \
 | 
| +    "Should not directly enter OSR-compiled function")                         \
 | 
|    V(kYield, "Yield")
 | 
|  
 | 
|  
 | 
| 
 |