| Index: runtime/vm/dart_api_impl.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl.cc (revision 31966)
|
| +++ runtime/vm/dart_api_impl.cc (working copy)
|
| @@ -4283,7 +4283,7 @@
|
|
|
| // Construct the type object, canonicalize it and return.
|
| Type& instantiated_type = Type::Handle(
|
| - Type::New(cls, type_args_obj, Scanner::kDummyTokenIndex));
|
| + Type::New(cls, type_args_obj, Scanner::kNoSourcePos));
|
| instantiated_type ^= ClassFinalizer::FinalizeType(
|
| cls, instantiated_type, ClassFinalizer::kCanonicalize);
|
| return Api::NewHandle(isolate, instantiated_type.raw());
|
|
|