| 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 02963d7cdbf01cadfa3e1840be9d710dec7da1d8..9e87d5b7e98f6254b790b9249ee2504ca977223c 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -91,8 +91,8 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG.");
|
| }
|
|
|
| - HtmlCollection get $dom_children {
|
| - throw new UnsupportedError("Cannot get dom_children on SVG.");
|
| + HtmlCollection get _children {
|
| + throw new UnsupportedError("Cannot get _children on SVG.");
|
| }
|
|
|
| bool get isContentEditable => false;
|
|
|