| Index: dart/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| ===================================================================
|
| --- dart/tools/dom/templates/html/impl/impl_Element.darttemplate (revision 29808)
|
| +++ dart/tools/dom/templates/html/impl/impl_Element.darttemplate (working copy)
|
| @@ -796,6 +796,11 @@
|
| @DomName('Element.namespaceUri')
|
| String get namespaceUri => _namespaceUri;
|
|
|
| + /**
|
| + * The string representation of this element.
|
| + *
|
| + * This is equivalent to reading the [localName] property.
|
| + */
|
| String toString() => localName;
|
|
|
| /**
|
|
|