| Index: tools/dom/templates/html/dart2js/impl_URL.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_URL.darttemplate b/tools/dom/templates/html/dart2js/impl_URL.darttemplate
|
| index 569da56f1187a94d4106630b3e342c795e11eaca..d8c8a7584e5042003552f40e404708756aaf2161 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_URL.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_URL.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
|
|
| static String createObjectUrl(blob_OR_source_OR_stream) =>
|
| JS('String',
|
|
|