| Index: client/html/src/SVGElementWrappingImplementation.dart
|
| diff --git a/client/html/src/SVGElementWrappingImplementation.dart b/client/html/src/SVGElementWrappingImplementation.dart
|
| index dbc200c381f41359e9dc0ac74049c003850a54c2..f9f321b729a59c6cff69894e75d5f2e03db9aa91 100644
|
| --- a/client/html/src/SVGElementWrappingImplementation.dart
|
| +++ b/client/html/src/SVGElementWrappingImplementation.dart
|
| @@ -61,8 +61,7 @@ class SVGElementWrappingImplementation extends ElementWrappingImplementation imp
|
| return _elements;
|
| }
|
|
|
| - // TODO: The type of value should be Collection<Element>. See http://b/5392897
|
| - void set elements(value) {
|
| + void set elements(Collection<Element> value) {
|
| final elements = this.elements;
|
| elements.clear();
|
| elements.addAll(value);
|
|
|