| 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 3cc72d0a2734c6d6af2272be7b3d224c376fbd02..52c772168224c5d8b44187f5248994985efc118b 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -496,7 +496,7 @@ class _ElementCssClassSet extends CssClassSet {
|
| /**
|
| * An abstract class, which all HTML elements extend.
|
| */
|
| -abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| /**
|
| * Creates an HTML element from a valid fragment of HTML.
|
|
|