Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/error/GatheringErrorListener.java

Issue 214253002: Translate Java enums to Dart constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
/**

Powered by Google App Engine
This is Rietveld 408576698