Chromium Code Reviews| Index: corelib/src/exceptions.dart |
| diff --git a/corelib/src/exceptions.dart b/corelib/src/exceptions.dart |
| index f318af20ccbd9b6e032a5ac330ea39fe95b9d7ba..8e2bf6a4a085e4551207bd6b8742d0c854c042c7 100644 |
| --- a/corelib/src/exceptions.dart |
| +++ b/corelib/src/exceptions.dart |
| @@ -131,7 +131,7 @@ class NullPointerException implements Exception { |
| "Arguments: $arguments"; |
| } |
| } |
| - |
| + |
| String get exceptionName() => "NullPointerException"; |
| final String functionName; |