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

Unified Diff: lib/src/lists.dart

Issue 1025293003: pkg/isolate: library renaming, removed unused method, fix creation of TimeoutException (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: nits Created 5 years, 9 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 | « lib/src/errors.dart ('k') | lib/src/multiplexport.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/lists.dart
diff --git a/lib/src/lists.dart b/lib/src/lists.dart
index 5ed7066da7310151c6fbd10293abe9a8a6133d32..2047ab3d2291dfd47a4778cd7595ca0aff911dbc 100644
--- a/lib/src/lists.dart
+++ b/lib/src/lists.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Utility functions to create fixed-length lists.
-library pkg.isolate.util.lists;
+library isolate.lists;
/// Create a single-element fixed-length list.
List list1(v1) => new List(1)..[0] = v1;
« no previous file with comments | « lib/src/errors.dart ('k') | lib/src/multiplexport.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698