Index: sdk/lib/_internal/dartdoc/lib/src/client/search.dart |
diff --git a/sdk/lib/_internal/dartdoc/lib/src/client/search.dart b/sdk/lib/_internal/dartdoc/lib/src/client/search.dart |
index 111d33379a72bc691df20473296f6b8d278f1d1d..22f4880d14e25cd59eca067bfa308b8be1e680dc 100644 |
--- a/sdk/lib/_internal/dartdoc/lib/src/client/search.dart |
+++ b/sdk/lib/_internal/dartdoc/lib/src/client/search.dart |
@@ -2,7 +2,11 @@ |
// 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 client; |
+library search; |
+ |
+import 'dart:html'; |
+import 'dropdown.dart'; |
+import '../dartdoc/nav.dart'; |
/** |
* [SearchText] represent the search field text. The text is viewed in three |