Chromium Code Reviews| Index: runtime/vm/intermediate_language.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language.cc (revision 17406) |
| +++ runtime/vm/intermediate_language.cc (working copy) |
| @@ -200,7 +200,7 @@ |
| GraphEntryInstr::GraphEntryInstr(TargetEntryInstr* normal_entry) |
| - : BlockEntryInstr(0, CatchClauseNode::kInvalidTryIndex, 0), |
| + : BlockEntryInstr(0, CatchClauseNode::kInvalidTryIndex), |
| normal_entry_(normal_entry), |
| catch_entries_(), |
| initial_definitions_(), |