| 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 1d5626cf0c51f650828a260b65d58d0873375495..09e37388ba2bd5960b119810ef597777c9fb9b9d 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -451,7 +451,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.
|
|
|