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 6cf45d4225c58f60378206e7e3e3e7a66debba0f..8f73476b88f76d38cd1c7ff3a32f1c7ef6fe064b 100644 |
--- a/tools/dom/templates/html/impl/impl_Element.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Element.darttemplate |
@@ -301,9 +301,7 @@ class _FrozenElementList<T extends Element> extends ListBase<T> implements Eleme |
$!ELEMENT_STREAM_GETTERS |
} |
-/** |
- * An abstract class, which all HTML elements extend. |
- */ |
+@DocsEditable |
$(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
/** |