| Index: src/bailout-reason.h
 | 
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
 | 
| index 6ceb13636022923268ced4740ee1c41c4cbc8a72..1d15d01ed92910b594d7f893c2a70a5eee6d97cb 100644
 | 
| --- a/src/bailout-reason.h
 | 
| +++ b/src/bailout-reason.h
 | 
| @@ -262,6 +262,8 @@
 | 
|    V(kUnsupportedPhiUseOfArguments, "Unsupported phi use of arguments")         \
 | 
|    V(kUnsupportedPhiUseOfConstVariable,                                         \
 | 
|      "Unsupported phi use of const or let variable")                            \
 | 
| +  V(kUnexpectedReturnFromBytecodeHandler,                                      \
 | 
| +    "Unexpectedly returned from a bytecode handler")                           \
 | 
|    V(kUnexpectedReturnFromThrow, "Unexpectedly returned from a throw")          \
 | 
|    V(kUnsupportedSwitchStatement, "Unsupported switch statement")               \
 | 
|    V(kUnsupportedTaggedImmediate, "Unsupported tagged immediate")               \
 | 
| 
 |