Index: sdk/lib/_internal/compiler/implementation/lib/interceptors.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/implementation/lib/interceptors.dart (revision 15142) |
+++ sdk/lib/_internal/compiler/implementation/lib/interceptors.dart (working copy) |
@@ -54,13 +54,6 @@ |
return newLength; |
} |
-iterator(receiver) { |
- if (isJsArray(receiver)) { |
- return new ListIterator(receiver); |
- } |
- return UNINTERCEPTED(receiver.iterator()); |
-} |
- |
/** |
* The interceptor class for tear-off static methods. Unlike |
* tear-off instance methods, tear-off static methods are just the JS |