| Index: tools/dom/templates/html/impl/impl_Blob.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Blob.darttemplate b/tools/dom/templates/html/impl/impl_Blob.darttemplate
|
| index 12554be2631cc565aedfd4116b21efe620705eea..d45ebf96c5209e79f0ef4533d543af95a239b3a4 100644
|
| --- a/tools/dom/templates/html/impl/impl_Blob.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Blob.darttemplate
|
| @@ -7,7 +7,7 @@ part of html;
|
| $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
| $if DART2JS
|
| - static Blob _create([List blobParts = null, String type, String endings]) {
|
| + factory Blob(List blobParts, [String type, String endings]) {
|
| // TODO: validate that blobParts is a JS Array and convert if not.
|
| // TODO: any coercions on the elements of blobParts, e.g. coerce a typed
|
| // array to ArrayBuffer if it is a total view.
|
|
|