Index: tools/dom/templates/html/impl/impl_DOMException.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_DOMException.darttemplate b/tools/dom/templates/html/impl/impl_DOMException.darttemplate |
index 593fd4ce3c1f3015055000e48336e162090ffada..caba0d263fc35b237ca81d48894a1c1e37ec513c 100644 |
--- a/tools/dom/templates/html/impl/impl_DOMException.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_DOMException.darttemplate |
@@ -4,8 +4,7 @@ |
part of $LIBRARYNAME; |
-/// @domName $DOMNAME |
-class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
static const String INDEX_SIZE = 'IndexSizeError'; |
static const String HIERARCHY_REQUEST = 'HierarchyRequestError'; |