| 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 dd42121f6c140f62b8e306652291101e7aa9bd26..f0fdc7b60f320149d0a532afad8bb5f73602adc2 100644
|
| --- a/tools/dom/templates/html/impl/impl_Document.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Document.darttemplate
|
| @@ -13,7 +13,7 @@ part of $LIBRARYNAME;
|
| * 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
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME extends Node $NATIVESPEC
|
| {
|
|
|
| $!MEMBERS
|
|
|