| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 4993f03c6f472e7cd0c181ea58f37a5e8e00fe80..92f357da4f6197ed6ea8b67579cec35c19432f87 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -993,12 +993,6 @@ $if DART2JS
|
| $else
|
| $endif
|
|
|
| - /**
|
| - * Print out a String representation of this Element. By default, this is
|
| - * this Element's tagName.
|
| - */
|
| - String toString() => this.tagName;
|
| -
|
| $!MEMBERS
|
| }
|
|
|
|
|