| Index: tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index f59123794d858617e98804cb7cf19f308adc5df8..c2afcdea358ac9c02b05fe102090658d23957872 100644
|
| --- a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -55,7 +55,7 @@ $endif
|
| e.innerHtml = value;
|
|
|
| // Copy list first since we don't want liveness during iteration.
|
| - List nodes = new List.from(e.nodes, growable: false);
|
| + List nodes = new List.from(e.nodes);
|
| this.nodes.addAll(nodes);
|
| }
|
|
|
|
|