Chromium Code Reviews| Index: sdk/lib/core/options.dart |
| diff --git a/sdk/lib/core/options.dart b/sdk/lib/core/options.dart |
| index 3a4d70300081eb3cfb0e0abee95818da6588796b..696ad8da9c147a40129854467fcedbdc0cbb6803 100644 |
| --- a/sdk/lib/core/options.dart |
| +++ b/sdk/lib/core/options.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. |
| -// Dart core library. |
| +part of dart.core; |
| /** |
| * The Options object allows accessing the arguments which have been passed to |