Chromium Code Reviews| Index: lib/core/errors.dart |
| =================================================================== |
| --- lib/core/errors.dart (revision 13874) |
| +++ 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]"; |