| 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 378dec8a2a3a4ea5c5ec4c86d0822b4a34e3e6ea..2eaafe60beeb37dbb206b741a4307ad38178a88f 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -56,7 +56,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
|
|
| CssClassSet get classes => new _AttributeClassSet(this);
|
|
|
| - List<Element> get children => new FilteredElementList<Element>(this);
|
| + List<Element> get children => new FilteredElementList(this);
|
|
|
| void set children(List<Element> value) {
|
| final children = this.children;
|
|
|