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

Unified Diff: sdk/lib/_internal/compiler/implementation/native_handler.dart

Issue 12254048: Revert "Reapply "New implementation of {,Linked}Hash{Set,Map}."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
Index: sdk/lib/_internal/compiler/implementation/native_handler.dart
diff --git a/sdk/lib/_internal/compiler/implementation/native_handler.dart b/sdk/lib/_internal/compiler/implementation/native_handler.dart
index adce2960b685e6c0583173d49fb617def9b4c59a..894a6050dc1bdac3bb0ada9620a1f5b8053fddd2 100644
--- a/sdk/lib/_internal/compiler/implementation/native_handler.dart
+++ b/sdk/lib/_internal/compiler/implementation/native_handler.dart
@@ -362,7 +362,7 @@ abstract class NativeEnqueuerBase implements NativeEnqueuer {
cause,
[String reason]) {
Iterable matches = unusedClasses.where(predicate);
- matches.toList().forEach((c) => enqueueClass(c, cause));
+ matches.forEach((c) => enqueueClass(c, cause));
}
onFirstNativeClass() {

Powered by Google App Engine
This is Rietveld 408576698