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

Unified Diff: sdk/lib/utf/utf_core.dart

Issue 11416240: Address Ivan's comments. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Fix typos Created 8 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
« no previous file with comments | « sdk/lib/utf/utf8.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/utf/utf_core.dart
diff --git a/sdk/lib/utf/utf_core.dart b/sdk/lib/utf/utf_core.dart
index b5399f1bbdc448d3c83981abbcf46d4e092c578b..1b9b7ac09937073256c4e2f15b254fb6c2f847b1 100644
--- a/sdk/lib/utf/utf_core.dart
+++ b/sdk/lib/utf/utf_core.dart
@@ -211,6 +211,8 @@ class Utf16CodeUnitDecoder implements Iterator<int> {
* range within a source list. DO NOT MODIFY the underlying list while
* iterating over it. The results of doing so are undefined.
*/
+// TODO(floitsch): Consider removing the extend and switch to implements since
+// that's cheaper to allocate.
class _ListRange extends Iterable {
final List _source;
final int _offset;
« no previous file with comments | « sdk/lib/utf/utf8.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698