| Index: compiler/java/com/google/dart/compiler/UrlDartSource.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/UrlDartSource.java (revision 11058)
|
| +++ compiler/java/com/google/dart/compiler/UrlDartSource.java (working copy)
|
| @@ -16,7 +16,7 @@
|
| private final LibrarySource lib;
|
| private final String relPath;
|
|
|
| - protected UrlDartSource(URI uri, String relPath, LibrarySource lib, SystemLibraryManager slm) {
|
| + protected UrlDartSource(URI uri, String relPath, LibrarySource lib, PackageLibraryManager slm) {
|
| super(uri,slm);
|
| this.relPath = relPath;
|
| this.lib = lib;
|
|
|