| Index: sdk/lib/core/exceptions.dart
|
| diff --git a/sdk/lib/core/exceptions.dart b/sdk/lib/core/exceptions.dart
|
| index 4eccf87852aad476d22ff99e5031ce3c8d292408..1c0721ef3df10b0d6be22561f82bb28d2f15d6d7 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 "core.dart";
|
|
|
| // Exceptions are thrown either by the VM or from Dart code.
|
|
|
|
|