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