| Index: runtime/vm/debugger_api_impl.cc
|
| ===================================================================
|
| --- runtime/vm/debugger_api_impl.cc (revision 31966)
|
| +++ runtime/vm/debugger_api_impl.cc (working copy)
|
| @@ -621,7 +621,7 @@
|
|
|
| // Construct the super type object, canonicalize it and return.
|
| Type& instantiated_type = Type::Handle(
|
| - Type::New(super_cls, super_type_args_array, Scanner::kDummyTokenIndex));
|
| + Type::New(super_cls, super_type_args_array, Scanner::kNoSourcePos));
|
| ASSERT(!instantiated_type.IsNull());
|
| instantiated_type.SetIsFinalized();
|
| return Api::NewHandle(isolate, instantiated_type.Canonicalize());
|
|
|