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

Unified Diff: lib/compiler/implementation/lib/isolate_patch.dart

Issue 10910013: Remove instances of dart:dom_deprecated from outside of lib/html and lib/dom. Part 1 of many. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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/compiler/implementation/lib/isolate_patch.dart
===================================================================
--- lib/compiler/implementation/lib/isolate_patch.dart (revision 11641)
+++ lib/compiler/implementation/lib/isolate_patch.dart (working copy)
@@ -384,9 +384,7 @@
}
/**
- * 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
+ * A stub for interacting with a manager built on a web worker. 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