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

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: Fixes from review 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
« no previous file with comments | « lib/html/html_frog.dart ('k') | lib/unittest/dom_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/frog/isolateimpl.dart
diff --git a/lib/isolate/frog/isolateimpl.dart b/lib/isolate/frog/isolateimpl.dart
index eb0165f26daf238d7196215053cd9ad48f700b04..c3a261f39a3159666b632d626352be30a728fafc 100644
--- a/lib/isolate/frog/isolateimpl.dart
+++ b/lib/isolate/frog/isolateimpl.dart
@@ -329,11 +329,12 @@ 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
- * 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.
+ * A stub for interacting with a manager built on a web worker. The
+ * type 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.
*/
class _WorkerStub implements _ManagerStub native "*Worker" {
get id() native "return this.id;";
« no previous file with comments | « lib/html/html_frog.dart ('k') | lib/unittest/dom_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698