| Index: compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java (revision 10059)
|
| +++ compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java (working copy)
|
| @@ -52,7 +52,6 @@
|
| this.compilerOptions = compilerOptions;
|
| this.compilerMetrics = compilerOptions.showMetrics() ? new CompilerMetrics() : null;
|
| this.systemLibraryManager = libraryManager;
|
| - systemLibraryManager.setPackageRoots(Arrays.asList(new File[]{compilerOptions.getPackageRoot()}));
|
| }
|
|
|
| @Override
|
|
|