Index: sdk/lib/html/html_common/conversions_dart2js.dart |
diff --git a/sdk/lib/html/html_common/conversions_dart2js.dart b/sdk/lib/html/html_common/conversions_dart2js.dart |
index acc81c752a1df4e06d8bf9f7d6438626bb8cb7b1..0292cf5b198a68e3052ff4ebf2578bd788d7a848 100644 |
--- a/sdk/lib/html/html_common/conversions_dart2js.dart |
+++ b/sdk/lib/html/html_common/conversions_dart2js.dart |
@@ -1,4 +1,4 @@ |
-part of "dart:html_common"; |
+part of html_common; |
/// Converts a JavaScript object with properties into a Dart Map. |
/// Not suitable for nested objects. |