| Index: runtime/vm/intermediate_language.cc
|
| diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
|
| index d8a04b826a0e7aa5758f02af168e4f936e1eef9f..79f58a7af24bf712767a1885a1e64ff8c44467f6 100644
|
| --- a/runtime/vm/intermediate_language.cc
|
| +++ b/runtime/vm/intermediate_language.cc
|
| @@ -168,7 +168,7 @@ const Object& Value::BoundConstant() const {
|
|
|
|
|
| GraphEntryInstr::GraphEntryInstr(TargetEntryInstr* normal_entry)
|
| - : BlockEntryInstr(0, CatchClauseNode::kInvalidTryIndex),
|
| + : BlockEntryInstr(0, CatchClauseNode::kInvalidTryIndex, 0),
|
| normal_entry_(normal_entry),
|
| catch_entries_(),
|
| initial_definitions_(),
|
|
|