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

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

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 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 | « sdk/lib/io/websocket.dart ('k') | no next file » | 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 e3154f4399453192c6896f3032bd5bd106e44a05..2b82098cd190401abe9864d4a10af476b5bbd625 100644
--- a/sdk/lib/isolate/isolate.dart
+++ b/sdk/lib/isolate/isolate.dart
@@ -526,8 +526,8 @@ class Isolate {
/**
* Stops listening for uncaught errors from the isolate.
*
- * Requests for the isolate to not send uncaught errors on [responsePort].
- * If the isolate isn't expecting to send uncaught errors on [responsePort],
+ * Requests for the isolate to not send uncaught errors on [port].
+ * If the isolate isn't expecting to send uncaught errors on [port],
* because the port hasn't been added using [addErrorListener],
* or because it has already been removed, the request is ignored.
*
« no previous file with comments | « sdk/lib/io/websocket.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698