Chromium Code Reviews| Index: corelib/src/exceptions.dart |
| =================================================================== |
| --- corelib/src/exceptions.dart (revision 2395) |
| +++ corelib/src/exceptions.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| /** |
| * Interface implemented by all core library exceptions. |
| */ |
| -interface Exception factory ExceptionImplementation { |
| +interface Exception default ExceptionImplementation { |
| const Exception([var msg]); |
| } |