| Index: dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart b/dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| index 8a68eb5ffbb95576648deef10a8d4a018c49081c..398d64156277adf4d7c927c8c7e9e7cc5b6d0325 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| @@ -199,7 +199,7 @@ class Dart2JsDiagnosticListener implements DiagnosticListener {
|
| throw 'unimplemented';
|
| }
|
|
|
| - void onDeprecatedFeature(Spannable span, String feature) {
|
| + bool onDeprecatedFeature(Spannable span, String feature) {
|
| // TODO(johnniwinther): implement this?
|
| throw 'unimplemented';
|
| }
|
|
|