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

Unified Diff: packages/smoke/lib/mirrors.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 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
« no previous file with comments | « packages/smoke/lib/codegen/recorder.dart ('k') | packages/smoke/lib/static.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/smoke/lib/mirrors.dart
diff --git a/packages/smoke/lib/mirrors.dart b/packages/smoke/lib/mirrors.dart
index a84f08177c49925ece145930523cabf2275aa627..ef018aa818b4362eb54c8b6e84baf4f710807dfc 100644
--- a/packages/smoke/lib/mirrors.dart
+++ b/packages/smoke/lib/mirrors.dart
@@ -222,7 +222,7 @@ ClassMirror _safeSuperclass(ClassMirror type) {
t = _objectType;
}
return t;
- } on UnsupportedError catch (e) {
+ } on UnsupportedError catch (_) {
// Note: dart2js throws UnsupportedError when the type is not reflectable.
return _objectType;
}
« no previous file with comments | « packages/smoke/lib/codegen/recorder.dart ('k') | packages/smoke/lib/static.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698