| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/AnalysisUtility.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/AnalysisUtility.java (revision 6094)
|
| +++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/AnalysisUtility.java (working copy)
|
| @@ -106,7 +106,7 @@
|
| Map<URI, LibraryUnit> newlyResolved = null;
|
| try {
|
| newlyResolved = DartCompiler.analyzeLibraries(librarySource, resolvedLibs, parsedUnits,
|
| - config, provider, errorListener);
|
| + config, provider, errorListener, true);
|
| } catch (IOException e) {
|
| errorListener.onError(newIoError(librarySource, e));
|
| } catch (Throwable e) {
|
|
|