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

Unified Diff: lib/src/utils_observe.dart

Issue 50433010: WebUI fixes for SDK 0.8.10 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 1 month 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 | « lib/src/html5_setters.g.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/utils_observe.dart
diff --git a/lib/src/utils_observe.dart b/lib/src/utils_observe.dart
index af1cfc2bec97463ef78fed424098675b45eafc33..89cc1ba20b38614fb20d192663559865724df9f3 100644
--- a/lib/src/utils_observe.dart
+++ b/lib/src/utils_observe.dart
@@ -4,8 +4,6 @@
library web_ui.src.utils_observe;
-import 'dart:collection';
-
// TODO(jmesserly): helpers to combine hash codes. Reuse these from somewhere.
hash2(x, y) => x.hashCode * 31 + y.hashCode;
@@ -45,8 +43,3 @@ class Arrays {
}
}
}
-
-// TODO(jmesserly): bogus type to workaround spurious VM bug with generic base
-// class and mixins.
-abstract class IterableWorkaround extends IterableBase<dynamic> {}
-abstract class ListMixinWorkaround extends ListMixin<dynamic> {}
« no previous file with comments | « lib/src/html5_setters.g.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698