| Index: compiler/java/com/google/dart/compiler/backend/js/ClosureJsErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/backend/js/ClosureJsErrorCode.java b/compiler/java/com/google/dart/compiler/backend/js/ClosureJsErrorCode.java
|
| index e2328b85a9be4fa9c7529c9fc6e416e8600f1bcd..f3b3704973369a8e9ede5a8da71ea1943742b96a 100644
|
| --- a/compiler/java/com/google/dart/compiler/backend/js/ClosureJsErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/backend/js/ClosureJsErrorCode.java
|
| @@ -41,4 +41,9 @@ public enum ClosureJsErrorCode implements ErrorCode {
|
| public SubSystem getSubSystem() {
|
| return SubSystem.CLOSURE_BACKEND;
|
| }
|
| +
|
| + @Override
|
| + public boolean needsRecompilation() {
|
| + return true;
|
| + }
|
| }
|
|
|