| Index: sdk/lib/html/html_common/conversions.dart | 
| diff --git a/sdk/lib/html/html_common/conversions.dart b/sdk/lib/html/html_common/conversions.dart | 
| index 91018145abf6590180d4af4b39c8f31966e5beb6..bf63ae61c0dcbd50f9b93e0e9b8a160842a40775 100644 | 
| --- a/sdk/lib/html/html_common/conversions.dart | 
| +++ b/sdk/lib/html/html_common/conversions.dart | 
| @@ -25,7 +25,7 @@ | 
| // We omit an unwrapper for Window as no methods take a non-local | 
| // window as a parameter. | 
|  | 
| -part of "html_common.dart"; | 
| +part of html_common; | 
|  | 
| /// Converts a Dart value into a JavaScript SerializedScriptValue. | 
| convertDartToNative_SerializedScriptValue(value) { | 
|  |