Chromium Code Reviews| Index: sdk/lib/core/sort.dart |
| diff --git a/sdk/lib/core/sort.dart b/sdk/lib/core/sort.dart |
| index 737d6da4f068378cee60c3cb55eac5868fe5dd14..96d987a1cfb736720349bdeb0d51374b3cbde785 100644 |
| --- a/sdk/lib/core/sort.dart |
| +++ b/sdk/lib/core/sort.dart |
| @@ -2,6 +2,8 @@ |
| // 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; |
| + |
| // TODO(ajohnsen): Remove once dart2js intercepters can work without it. |
| /** |
| * WARNING: This method is temporary and will go away soon. |