| Index: sdk/lib/html/src/CssClassSet.dart | 
| diff --git a/sdk/lib/html/src/CssClassSet.dart b/sdk/lib/html/src/CssClassSet.dart | 
| index 0add4f733498d28c65a7a38d6720ef53052fe639..01b7f95978aa4a013f97a93597f47391a29239fd 100644 | 
| --- a/sdk/lib/html/src/CssClassSet.dart | 
| +++ b/sdk/lib/html/src/CssClassSet.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 html; | 
| + | 
| abstract class CssClassSet implements Set<String> { | 
|  | 
| String toString() { | 
|  |