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); |
} |
} |