Chromium Code Reviews| Index: tool/input_sdk/lib/core/iterable.dart |
| diff --git a/tool/input_sdk/lib/core/iterable.dart b/tool/input_sdk/lib/core/iterable.dart |
| index d4f482b7ef2b3a23016e9fb5f3d943b6a6244c28..0a2df71f9de605053550a286151f9c60fd469910 100644 |
| --- a/tool/input_sdk/lib/core/iterable.dart |
| +++ b/tool/input_sdk/lib/core/iterable.dart |
| @@ -31,6 +31,7 @@ part of dart.core; |
| * the iteration, which is typically signalled by throwing a |
| * [ConcurrentModificationError] when it is detected. |
| */ |
| +@SupportJsExtensionMethods() |
|
Jacob
2015/04/02 20:07:03
Similarly we should add the annotation that implem
|
| abstract class Iterable<E> { |
| const Iterable(); |