| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerWarmup.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerWarmup.java (revision 4151)
|
| +++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerWarmup.java (working copy)
|
| @@ -138,8 +138,7 @@
|
|
|
| @Override
|
| public LibrarySource getImportFor(String relPath) throws IOException {
|
| - return new UrlLibrarySource(getAbsoluteUri().resolve(relPath).normalize(),
|
| - systemLibraryManager);
|
| + return new UrlLibrarySource(getUri().resolve(relPath).normalize(), systemLibraryManager);
|
| }
|
|
|
| @Override
|
|
|