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

Unified Diff: packages/smoke/lib/static.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/mirrors.dart ('k') | packages/smoke/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/smoke/lib/static.dart
diff --git a/packages/smoke/lib/static.dart b/packages/smoke/lib/static.dart
index aad1542c46845084f1e40bdb6f9583896dfd7eba..2b5d065308c6b873580a3b79e5c4d241aebe81db 100644
--- a/packages/smoke/lib/static.dart
+++ b/packages/smoke/lib/static.dart
@@ -145,7 +145,7 @@ class GeneratedObjectAccessorService implements ObjectAccessorService {
}
try {
return Function.apply(method, args);
- } on NoSuchMethodError catch (e) {
+ } on NoSuchMethodError catch (_) {
// TODO(sigmund): consider whether this should just be in a logger or if
// we should wrap `e` as a new exception (what's the best way to let users
// know about this tentativeError?)
« no previous file with comments | « packages/smoke/lib/mirrors.dart ('k') | packages/smoke/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698