| Index: sdk/lib/core/null.dart
|
| diff --git a/sdk/lib/core/null.dart b/sdk/lib/core/null.dart
|
| index 234415e6392091963e3867bcac9d4dd08439abcc..f408dc277d173b8aa4e357e51827fa7e841f6f01 100644
|
| --- a/sdk/lib/core/null.dart
|
| +++ b/sdk/lib/core/null.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;
|
|
|
| /**
|
| * The reserved word [:null:] denotes an object that is the sole instance of
|
|
|