| Index: src/flag-definitions.h | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h | 
| index 912c38f8142640df4360e6a7b7f723271e8466d8..b06277c92b0b082510314839088c60f529c0feac 100644 | 
| --- a/src/flag-definitions.h | 
| +++ b/src/flag-definitions.h | 
| @@ -461,7 +461,6 @@ DEFINE_BOOL(turbo_verify_allocation, DEBUG_BOOL, | 
| DEFINE_BOOL(turbo_move_optimization, true, "optimize gap moves in TurboFan") | 
| DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan") | 
| DEFINE_BOOL(turbo_osr, true, "enable OSR in TurboFan") | 
| -DEFINE_BOOL(turbo_try_finally, false, "enable try-finally support in TurboFan") | 
| DEFINE_BOOL(turbo_stress_loop_peeling, false, | 
| "stress loop peeling optimization") | 
| DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") | 
|  |