| Index: compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
|
| diff --git a/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java b/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
|
| index e011740a0635542459b2d64377e0c83ce34f53eb..c8847fa691455e989c156275db0d123e2c7f3dc2 100644
|
| --- a/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
|
| +++ b/compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
|
| @@ -211,5 +211,9 @@ class DeltaAnalyzer {
|
| public void typeError(DartCompilationError event) {
|
| listener.typeError(event);
|
| }
|
| +
|
| + @Override
|
| + public void unitCompiled(DartUnit unit) {
|
| + }
|
| }
|
| }
|
|
|