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

Unified Diff: lib/core/errors.dart

Issue 11227027: Revert 13878 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | lib/core/exceptions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/errors.dart
===================================================================
--- lib/core/errors.dart (revision 13885)
+++ lib/core/errors.dart (working copy)
@@ -94,7 +94,7 @@
}
sb.add(safeToString(_arguments[i]));
}
- if (_existingArgumentNames == null) {
+ if (_existingArgumentNames === null) {
return "NoSuchMethodError : method not found: '$_functionName'\n"
"Receiver: ${safeToString(_receiver)}\n"
"Arguments: [$sb]";
« no previous file with comments | « no previous file | lib/core/exceptions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698