| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index d639caa68b8f246dda0db6a1556541c3d7633484..4059b2c6cde574f1e65b70d8d34d435694f39560 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -8721,7 +8721,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;
|
|
|