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

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: 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 | « compiler/api.dart ('k') | compiler/java/com/google/dart/compiler/SystemLibraryManager.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3cf1ce9fa934679652b05dda14467383b6fba6a6 100644
--- a/compiler/java/com/google/dart/compiler/SystemLibrary.java
+++ b/compiler/java/com/google/dart/compiler/SystemLibrary.java
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -23,11 +23,11 @@ public class SystemLibrary {
* dart://[host]/[pathToLib]. For example this call
*
* <pre>
- * new SystemLibrary("dom.lib", "dom", "dart_dom.lib");
+ * new SystemLibrary("html.lib", "html", "dart_html.lib");
* </pre>
*
- * will define a new system library such that "dart:dom.lib" to automatically be expanded to
- * "dart://dom/dart_dom.lib". The dirOrZip argument is either the root directory or a zip file
+ * will define a new system library such that "dart:html.lib" to automatically be expanded to
+ * "dart://html/dart_html.lib". The dirOrZip argument is either the root directory or a zip file
* containing all files for this library.
*/
public SystemLibrary(String shortName, String host, String pathToLib, File dirOrZip) {
« no previous file with comments | « compiler/api.dart ('k') | compiler/java/com/google/dart/compiler/SystemLibraryManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698