Chromium Code Reviews| Index: sdk/lib/core/symbol.dart | 
| diff --git a/sdk/lib/core/symbol.dart b/sdk/lib/core/symbol.dart | 
| index e399d9c0753a865f20a4860b4af3c1017fb92b6a..a6458c5cb00398b444c4528e23701e99ba0e11e8 100644 | 
| --- a/sdk/lib/core/symbol.dart | 
| +++ b/sdk/lib/core/symbol.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"; | 
| /// Opaque name used by mirrors, invocations and [Function.apply]. | 
| abstract class Symbol { |