| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 3abcc2510836f35c44177012240a2816d39b93c9..6b75c1324416915a1c09353e648e2bc68bada7ea 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -16,7 +16,7 @@ class _ChildrenElementList implements List {
|
| _element = element;
|
|
|
| List<Element> toList({ bool growable: false }) {
|
| - final output;
|
| + List<Element> output;
|
| if (growable) {
|
| output = <Element>[];
|
| output.length = _childElements.length;
|
|
|