| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/HtmlWarningCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/HtmlWarningCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/HtmlWarningCode.java
|
| index be21acc3be61890e4c376691d7dd2535aefc3ae9..e14ce6ec07fab2ca917a0cd85cf4adb5adb17abb 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/HtmlWarningCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/HtmlWarningCode.java
|
| @@ -55,7 +55,7 @@ public enum HtmlWarningCode implements ErrorCode {
|
| * @param message the message template used to create the message to be displayed for the error
|
| */
|
| private HtmlWarningCode(String message) {
|
| - this.message = message;
|
| + this(message, null);
|
| }
|
|
|
| /**
|
|
|