| Index: pkg/compiler/lib/src/native/behavior.dart
|
| diff --git a/pkg/compiler/lib/src/native/behavior.dart b/pkg/compiler/lib/src/native/behavior.dart
|
| index b08a898f28288d9eb31cd11d2feef1d3358e1403..0a08d3aaf9f4dac57a074873df7979bef4b0205a 100644
|
| --- a/pkg/compiler/lib/src/native/behavior.dart
|
| +++ b/pkg/compiler/lib/src/native/behavior.dart
|
| @@ -131,11 +131,11 @@ class NativeThrowBehavior {
|
| * `null` may be returned.
|
| */
|
| class NativeBehavior {
|
| - /// [ResolutionDartType]s or [SpecialType]s returned or yielded by the native
|
| + /// [DartType]s or [SpecialType]s returned or yielded by the native
|
| /// element.
|
| final List typesReturned = [];
|
|
|
| - /// [ResolutionDartType]s or [SpecialType]s instantiated by the native
|
| + /// [DartType]s or [SpecialType]s instantiated by the native
|
| /// element.
|
| final List typesInstantiated = [];
|
|
|
|
|