Index: compiler/java/com/google/dart/compiler/DartCompiler.java |
diff --git a/compiler/java/com/google/dart/compiler/DartCompiler.java b/compiler/java/com/google/dart/compiler/DartCompiler.java |
index 14d3e9784d61a5a9f67aad99d095e86fc6b04b8c..170d4298794c499468189e0b605f309663d96531 100644 |
--- a/compiler/java/com/google/dart/compiler/DartCompiler.java |
+++ b/compiler/java/com/google/dart/compiler/DartCompiler.java |
@@ -648,6 +648,9 @@ public class DartCompiler { |
} |
} |
+ // To help support the IDE, notify the listener that this unit is compiled. |
+ context.unitCompiled(unit); |
+ |
if (checkOnly) { |
continue; |
} |