| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/error/GatheringErrorListener.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/error/GatheringErrorListener.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/error/GatheringErrorListener.java
|
| index 57ced45dcb03793ae1cde534465a9cfe43a0c3e4..b8577aa749c8b84f90ec38194179e4c61b5304ed 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/error/GatheringErrorListener.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/error/GatheringErrorListener.java
|
| @@ -62,7 +62,7 @@ public class GatheringErrorListener implements AnalysisErrorListener {
|
| * Initialize a newly created error listener to collect errors.
|
| */
|
| public GatheringErrorListener() {
|
| - super();
|
| + this(null);
|
| }
|
|
|
| /**
|
|
|