| Index: dart/sdk/lib/_internal/compiler/compiler.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/compiler.dart b/dart/sdk/lib/_internal/compiler/compiler.dart
|
| index e0be2393bc5f6291533d9166f4c0c8f3841cae7e..8e5f77f77844433e3f2eddaadd0ddba2db095250 100644
|
| --- a/dart/sdk/lib/_internal/compiler/compiler.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/compiler.dart
|
| @@ -137,7 +137,7 @@ class Diagnostic {
|
| /**
|
| * Any other warning that is not covered by [WARNING].
|
| */
|
| - static const Diagnostic LINT = const Diagnostic(4, 'lint');
|
| + static const Diagnostic HINT = const Diagnostic(4, 'hint');
|
|
|
| /**
|
| * Informational messages.
|
|
|