Index: corelib/src/exceptions.dart |
=================================================================== |
--- corelib/src/exceptions.dart (revision 5447) |
+++ corelib/src/exceptions.dart (working copy) |
@@ -38,8 +38,7 @@ |
const NoSuchMethodException(Object this._receiver, |
String this._functionName, |
List this._arguments, |
- [List existingArgumentNames = null]) |
- : this._existingArgumentNames = existingArgumentNames; |
+ [List this._existingArgumentNames = null]); |
String toString() { |
StringBuffer sb = new StringBuffer(); |