Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 22613) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -6206,7 +6206,6 @@ |
| // Finally parse the 'finally' block. |
| SequenceNode* finally_block = NULL; |
| if (CurrentToken() == Token::kFINALLY) { |
| - current_function().set_is_optimizable(false); |
| current_function().set_has_finally(true); |
| ConsumeToken(); // Consume the 'finally'. |
| const intptr_t finally_pos = TokenPos(); |