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

Unified Diff: corelib/src/list.dart

Issue 10878077: Unify list. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add issue number to TODO. Created 8 years, 4 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 | « corelib/src/implementation/list.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/list.dart
diff --git a/corelib/src/list.dart b/corelib/src/list.dart
index 7d08788e177c4a9279f305210f9f0324930727cd..f040c95546b968afbc2e4c8da9b4cf8419612bdf 100644
--- a/corelib/src/list.dart
+++ b/corelib/src/list.dart
@@ -6,7 +6,7 @@
* A [List] is an indexable collection with a length. It can be of
* fixed size or extendable.
*/
-interface List<E> extends Collection<E> default ListFactory<E> {
+interface List<E> extends Collection<E> default ListImplementation<E> {
/**
* Creates a list of the given [length].
« no previous file with comments | « corelib/src/implementation/list.dart ('k') | lib/compiler/implementation/lib/coreimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698