Index: sdk/lib/collection/splay_tree.dart |
diff --git a/sdk/lib/collection/splay_tree.dart b/sdk/lib/collection/splay_tree.dart |
index cf2b2cf8e9719949ce3af9362012b8a23f22535d..d9eca77cb68833c415ddc21d3cce893a445c11a0 100644 |
--- a/sdk/lib/collection/splay_tree.dart |
+++ b/sdk/lib/collection/splay_tree.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.collection; |
+ |
/** |
* A node in a splay tree. It holds the key, the value and the left |
* and right children in the tree. |