Chromium Code Reviews| Index: runtime/lib/error.dart |
| =================================================================== |
| --- runtime/lib/error.dart (revision 13377) |
| +++ runtime/lib/error.dart (working copy) |
| @@ -98,7 +98,7 @@ |
| "NoSuchMethodError can only be allocated by the VM"); |
| } |
| - String toString() => "No such method: url '$url' line $line " |
| + String toString() => "No such method: '$functionName', url '$url' line $line " |
| "pos $column\n$failedResolutionLine\n"; |
| static _throwNew(int call_pos, String functionName) |