| Index: compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java b/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| index 105cf456f43f2f59d060d06d227aab94bc77a99f..87078805f1b8ce50b10c284a0fe2508290b69ad2 100644
|
| --- a/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| @@ -50,4 +50,9 @@ public enum DartCompilerErrorCode implements ErrorCode {
|
| public SubSystem getSubSystem() {
|
| return SubSystem.COMPILER;
|
| }
|
| +
|
| + @Override
|
| + public boolean needsRecompilation() {
|
| + return true;
|
| + }
|
| }
|
|
|