| 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 fa335e0e5f4522d70554a029413bc439916a6676..19f5501330e23e63c95457bfb07e45aaadb19304 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/diagnostic_listener.dart
|
| @@ -19,4 +19,6 @@ abstract class DiagnosticListener {
|
| SourceSpan spanFromNode(Node node, [Uri uri]);
|
|
|
| void reportMessage(SourceSpan span, Diagnostic message, api.Diagnostic kind);
|
| +
|
| + void onDeprecatedFeature(Spannable span, String feature);
|
| }
|
|
|