| Index: tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| index 8ac59976927080cf313099a8c26ca918a809d11e..d196fc192e366b91487777b790c95208a2e3f8e4 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -44,7 +44,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| return _cssClassSet;
|
| }
|
|
|
| - List<Element> get children => new FilteredElementList(this);
|
| + List<Element> get children => new FilteredElementList<Element>(this);
|
|
|
| void set children(List<Element> value) {
|
| final children = this.children;
|
|
|