Index: sdk/lib/html/html_common/filtered_element_list.dart |
diff --git a/sdk/lib/html/html_common/filtered_element_list.dart b/sdk/lib/html/html_common/filtered_element_list.dart |
index f70d82027c59ccb26085d0370d5311e6bdbd5355..8771ee33e1706e2eab8a9767d1b0843e6311e606 100644 |
--- a/sdk/lib/html/html_common/filtered_element_list.dart |
+++ b/sdk/lib/html/html_common/filtered_element_list.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. |
-part of html_common; |
+part of "dart:html_common"; |
/** |
* An indexable collection of a node's direct descendants in the document tree, |