Chromium Code Reviews| Index: sdk/lib/core/queue.dart |
| diff --git a/sdk/lib/core/queue.dart b/sdk/lib/core/queue.dart |
| index 20798a7083dc9c80bd33bdfccd17e7d3f84ba2d0..e7a97636fbd0ce4629e6772cf74fd027e726eef8 100644 |
| --- a/sdk/lib/core/queue.dart |
| +++ b/sdk/lib/core/queue.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; |
| + |
| /** |
| * A [Queue] is a collection that can be manipulated at both ends. One |
| * can iterate over the elements of a queue through [forEach] or with |