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

Unified Diff: dart/frog/leg/util/link.dart

Issue 8566003: Revert various changes to Link factories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: frogsh Created 9 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
Index: dart/frog/leg/util/link.dart
diff --git a/dart/frog/leg/util/link.dart b/dart/frog/leg/util/link.dart
index 26e7fa4e8fdaca044e4e933092ecd17021dbebb9..4a61cb51c2912d146929984b9aa3274deab17e36 100644
--- a/dart/frog/leg/util/link.dart
+++ b/dart/frog/leg/util/link.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-interface Link<T> extends Iterable<T> {
+interface Link<T> extends Iterable<T> factory LinkFactory {
final T head;
final Link<T> tail;

Powered by Google App Engine
This is Rietveld 408576698