Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart

Issue 11464025: dart2js: complain about missing part-of tags. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
}

Powered by Google App Engine
This is Rietveld 408576698