| 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..da667d7275b80e0fbe5685f12969940b9a08b421 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 "html_common.dart";
 | 
|  
 | 
|  /**
 | 
|   * An indexable collection of a node's direct descendants in the document tree,
 | 
| 
 |