| Index: compiler/java/com/google/dart/compiler/DartCompilationError.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/DartCompilationError.java (revision 2156)
|
| +++ compiler/java/com/google/dart/compiler/DartCompilationError.java (working copy)
|
| @@ -63,7 +63,7 @@
|
| */
|
| public DartCompilationError(Source source, ErrorCode errorCode, Object... arguments) {
|
| this.source = source;
|
| - this.errorCode = DartCompilerErrorCode.IO;
|
| + this.errorCode = errorCode;
|
| this.message = String.format(errorCode.getMessage(), arguments);
|
| }
|
|
|
|
|