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

Unified Diff: sdk/lib/html/html_common/html_common.dart

Issue 1236793006: Fix type problem with FilteredElementList._iterable (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: A more ambitious cleanup, and one that actually works, remove generic Created 5 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
Index: sdk/lib/html/html_common/html_common.dart
diff --git a/sdk/lib/html/html_common/html_common.dart b/sdk/lib/html/html_common/html_common.dart
index c504a37b77b81b2886cf7e0fb8b3acdebefc529e..a538266da713814d0ac2f1c5fcd529f8bdee773c 100644
--- a/sdk/lib/html/html_common/html_common.dart
+++ b/sdk/lib/html/html_common/html_common.dart
@@ -6,6 +6,7 @@ library html_common;
import 'dart:collection';
import 'dart:html';
+import 'dart:_internal' show WhereIterable;
Bill Hesse 2015/07/16 07:46:13 Consider copying in this class, or even just the c
import 'metadata.dart';
export 'metadata.dart';

Powered by Google App Engine
This is Rietveld 408576698