Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: pkg/compiler/lib/src/native/behavior.dart

Issue 2978613002: Convert data objects eagerly from K to J (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/kernel/element_map_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [];
« no previous file with comments | « pkg/compiler/lib/src/kernel/element_map_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698