| Index: sdk/lib/core/exceptions.dart
|
| diff --git a/sdk/lib/core/exceptions.dart b/sdk/lib/core/exceptions.dart
|
| index 4eccf87852aad476d22ff99e5031ce3c8d292408..aacddea7b2b0b56814a3f18873b401e5b850b4d3 100644
|
| --- a/sdk/lib/core/exceptions.dart
|
| +++ b/sdk/lib/core/exceptions.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of "dart:core";
|
| +part of dart.core;
|
|
|
| // Exceptions are thrown either by the VM or from Dart code.
|
|
|
|
|