Chromium Code Reviews| Index: sdk/lib/core/exceptions.dart | 
| diff --git a/sdk/lib/core/exceptions.dart b/sdk/lib/core/exceptions.dart | 
| index aacddea7b2b0b56814a3f18873b401e5b850b4d3..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. |