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

Unified Diff: sdk/lib/isolate/isolate.dart

Issue 545483002: Per isolate package root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed test. Created 6 years, 3 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 | « runtime/vm/isolate.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/isolate/isolate.dart
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
index 332e3b2c60f5cbfebe6d11b5c57256dd50f2f8e3..b90901ef453c09e3ea54038bcde26e56cf70609d 100644
--- a/sdk/lib/isolate/isolate.dart
+++ b/sdk/lib/isolate/isolate.dart
@@ -127,8 +127,8 @@ class Isolate {
* If [packageRoot] is omitted, it defaults to the same URI that
* the current isolate is using.
*
- * WARNING: The [packageRoot] parameter is not implemented on any
- * platform yet.
+ * WARNING: The [packageRoot] parameter is not implemented on all
+ * platforms yet.
*
* If the [paused] parameter is set to `true`,
* the isolate will start up in a paused state,
« no previous file with comments | « runtime/vm/isolate.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698