Chromium Code Reviews
DescriptionFix type of EninePlugin List<ResultDescriptor> getters.
These getters were improperly typed as List<TaskDescriptor>. Due to the
fact that the underlying lists they were returning were List<dynamic>,
and the fact that new warnings for for-in loops haven't been implemented
yet (see commit 89607f06e9ccf9274f8ada2ecd4d004dbee9fb53), no warnings
or runtime errors alerted us to the incorrect type.
R=brianwilkerson@google.com
Committed: https://github.com/dart-lang/sdk/commit/ec144a055abb377e8168e6bd53370b137508d727
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||