| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 4ad80b7a1afb50a03f549aca35e811e67194f3a0..7bf1d03c42273199f5cac120f7a4245d03d3bf29 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -7971,7 +7971,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;
|
|
|