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

Unified Diff: lib/isolate/frog/isolateimpl.dart

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
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.

Powered by Google App Engine
This is Rietveld 408576698