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

Unified Diff: tests/html/unknownelement_test.dart

Issue 10909166: Rename NoSuchMethodException to NoSuchMethodError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments Created 8 years, 3 months 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 | « tests/html/inner_frame_test.dart ('k') | tests/html/window_nosuchmethod_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/unknownelement_test.dart
diff --git a/tests/html/unknownelement_test.dart b/tests/html/unknownelement_test.dart
index 7a2f5e3bfb3a221cb23d8ce734812c2dc5f04a50..3f286720a74dc078588a67ee663a69ef20f95375 100644
--- a/tests/html/unknownelement_test.dart
+++ b/tests/html/unknownelement_test.dart
@@ -57,7 +57,7 @@ main() {
}
break;
}
- throw new NoSuchMethodException(element, name, args);
+ throw new NoSuchMethodError(element, name, args);
}
dynamicUnknownElementDispatcher = dispatch;
« no previous file with comments | « tests/html/inner_frame_test.dart ('k') | tests/html/window_nosuchmethod_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698