| Index: sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate
|
| index 66a735c51a9299f78d1a53a68b47fd09cfead171..74019c5e1af832c31f2c0f4c9b683555a9198dd6 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate
|
| @@ -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;
|
| +
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| static String createObjectUrl(blob_OR_source_OR_stream) =>
|
|
|