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

Unified Diff: frog/lib/corelib.dart

Issue 8509035: TBR (red build bot). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « frog/gen.dart ('k') | frog/library.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/lib/corelib.dart
diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
index 8c286ff4fac95a0e5e6440498a857608cb5e99a1..9522c198bb74ee1cde22e23095b2a3f7a50820d5 100644
--- a/frog/lib/corelib.dart
+++ b/frog/lib/corelib.dart
@@ -117,7 +117,7 @@ class Object native "Object" {
get dynamic() => this;
// TODO(jmesserly): add named args. For now stay compatible with the VM.
- noSuchMethod(String name, List args) {
+ void noSuchMethod(String name, List args) {
throw new NoSuchMethodException(this, name, args);
}
}
« no previous file with comments | « frog/gen.dart ('k') | frog/library.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698