| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index a272085f962a9689f75c65ce8d2d32127cd87d46..e3dfde4551c10b8f69803abf1a2c3b569ac254f6 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -155,7 +155,7 @@ $endif
|
| return IterableMixinWorkaround.fold(this, initialValue, combine);
|
| }
|
|
|
| - String join([String separator]) {
|
| + String join([String separator = ""]) {
|
| return IterableMixinWorkaround.joinList(this, separator);
|
| }
|
|
|
|
|