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

Unified Diff: compiler/java/com/google/dart/compiler/SystemLibrary.java

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: compiler/java/com/google/dart/compiler/SystemLibrary.java
diff --git a/compiler/java/com/google/dart/compiler/SystemLibrary.java b/compiler/java/com/google/dart/compiler/SystemLibrary.java
index ad37ceaca95b3429391784cacb0197c851858d9a..8a3350220dcae294a2219d69251c350da3c977bb 100644
--- a/compiler/java/com/google/dart/compiler/SystemLibrary.java
+++ b/compiler/java/com/google/dart/compiler/SystemLibrary.java
@@ -26,7 +26,7 @@ public class SystemLibrary {
* new SystemLibrary("dom.lib", "dom", "dart_dom.lib");
* </pre>
*
- * will define a new system library such that "dart:dom.lib" to automatically be expanded to
+ * will define a new system library such that "dart:dom_deprecated.lib" to automatically be expanded to
* "dart://dom/dart_dom.lib". The dirOrZip argument is either the root directory or a zip file
* containing all files for this library.
*/

Powered by Google App Engine
This is Rietveld 408576698