| Index: runtime/vm/debugger_api_impl.cc
|
| diff --git a/runtime/vm/debugger_api_impl.cc b/runtime/vm/debugger_api_impl.cc
|
| index 7e1ec45e9616b465f7c549a9bb3d3e5b9f36010b..4b2d3812a5fe5687f2d67355fb686e355ece01c3 100644
|
| --- a/runtime/vm/debugger_api_impl.cc
|
| +++ b/runtime/vm/debugger_api_impl.cc
|
| @@ -652,7 +652,7 @@ DART_EXPORT Dart_Handle Dart_GetSupertype(Dart_Handle type_in) {
|
|
|
| // Construct the super type object, canonicalize it and return.
|
| Type& instantiated_type = Type::Handle(
|
| - Type::New(super_cls, super_type_args_array, Scanner::kNoSourcePos));
|
| + Type::New(super_cls, super_type_args_array, Token::kNoSourcePos));
|
| ASSERT(!instantiated_type.IsNull());
|
| instantiated_type.SetIsFinalized();
|
| return Api::NewHandle(T, instantiated_type.Canonicalize());
|
|
|