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

Unified Diff: corelib/src/exceptions.dart

Issue 9703004: Revert change 5444 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698