| Index: tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| index c494dc6acd71911323e083ff3cb3ca14f65f3d90..95644ffd96c8efdd6f4bdaec8c7ea606ef2a37cb 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate
|
| @@ -5,8 +5,8 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| part of html;
|
| -
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$ANNOTATIONS
|
| +class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
| @DomName('Document.body')
|
| BodyElement get body => document.$dom_body;
|
|
|