Index: sdk/lib/html/html_common/css_class_set.dart |
diff --git a/sdk/lib/html/html_common/css_class_set.dart b/sdk/lib/html/html_common/css_class_set.dart |
index 11c35cbb927e65d91d00a5a7edae884d0f0ff67c..7a8030541fbb06c7cd57a8f8789b1e39f447698b 100644 |
--- a/sdk/lib/html/html_common/css_class_set.dart |
+++ b/sdk/lib/html/html_common/css_class_set.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"; |
abstract class CssClassSetImpl implements CssClassSet { |
static final RegExp _validTokenRE = new RegExp(r'^\S+$'); |