| Index: lib/compiler/implementation/unparse_validator.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/unparse_validator.dart (revision 8084)
|
| +++ lib/compiler/implementation/unparse_validator.dart (working copy)
|
| @@ -26,6 +26,8 @@
|
| class UnparseValidator extends CompilerTask {
|
| final bool validateUnparse;
|
|
|
| + String get name() => "Unparse validator";
|
| +
|
| UnparseValidator(Compiler compiler, this.validateUnparse) : super(compiler);
|
|
|
| void check(Element element) {
|
|
|