| Index: dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart b/dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart
|
| index 19f5501330e23e63c95457bfb07e45aaadb19304..c20e6cb837f0cdff1ece72ae15d7229b12134b00 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart
|
| @@ -20,5 +20,6 @@ abstract class DiagnosticListener {
|
|
|
| void reportMessage(SourceSpan span, Diagnostic message, api.Diagnostic kind);
|
|
|
| - void onDeprecatedFeature(Spannable span, String feature);
|
| + /// Returns true if a diagnostic was emitted.
|
| + bool onDeprecatedFeature(Spannable span, String feature);
|
| }
|
|
|