| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 6a1a904940faf3ff264420717a9d81f221e722ca..9b07fe0d251a644628628f525a24f171d10facc1 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -5124,7 +5124,7 @@ DART_EXPORT Dart_Handle Dart_GetType(Dart_Handle library,
|
|
|
| // Construct the type object, canonicalize it and return.
|
| Type& instantiated_type = Type::Handle(
|
| - Type::New(cls, type_args_obj, Token::kNoSourcePos));
|
| + Type::New(cls, type_args_obj, TokenDescriptor::kNoSource));
|
| instantiated_type ^= ClassFinalizer::FinalizeType(
|
| cls, instantiated_type, ClassFinalizer::kCanonicalize);
|
| return Api::NewHandle(T, instantiated_type.raw());
|
|
|