| Index: tools/dom/templates/html/impl/impl_Document.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Document.darttemplate b/tools/dom/templates/html/impl/impl_Document.darttemplate
|
| index f707aac0a962b6427b5a25fde17dba9628d64207..1f8c50248bda1bb2a954cdb93cad3f9a1084ef94 100644
|
| --- a/tools/dom/templates/html/impl/impl_Document.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Document.darttemplate
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of html;
|
| -
|
| +$ANNOTATIONS
|
| /**
|
| * The base class for all documents.
|
| *
|
| @@ -13,7 +13,7 @@ part of html;
|
| * If you aren't comfortable with DOM concepts, see the Dart tutorial
|
| * [Target 2: Connect Dart & HTML](http://www.dartlang.org/docs/tutorials/connect-dart-html/).
|
| */
|
| -$(ANNOTATIONS)class $CLASSNAME extends Node $NATIVESPEC
|
| +class $CLASSNAME extends Node $NATIVESPEC
|
| {
|
|
|
| $!MEMBERS
|
|
|