Index: lib/isolate/frog/isolateimpl.dart |
diff --git a/lib/isolate/frog/isolateimpl.dart b/lib/isolate/frog/isolateimpl.dart |
index eb0165f26daf238d7196215053cd9ad48f700b04..976ee25e852e3d7c0fd7cc27a844f9ac6f3d4256 100644 |
--- a/lib/isolate/frog/isolateimpl.dart |
+++ b/lib/isolate/frog/isolateimpl.dart |
@@ -330,7 +330,7 @@ class _MainManagerStub implements _ManagerStub { |
/** |
* A stub for interacting with a manager built on a web worker. The type |
- * Worker is also defined in 'dart:dom', but we define it here to avoid |
+ * Worker is also defined in 'dart:dom_deprecated', but we define it here to avoid |
* introducing a dependency from corelib to dom. This definition uses a |
* 'hidden' type (* prefix on the native name) to enforce that the type is |
* defined dynamically only when web workers are actually available. |